21 lines
675 B
HTML
21 lines
675 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>CWS</title>
|
|
<link rel="stylesheet" href="style.css" />
|
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;800&display=swap" rel="stylesheet" />
|
|
</head>
|
|
|
|
<body>
|
|
<div>
|
|
<h1>Hello from <span class="highlight">CWS</span>!</h1>
|
|
<p>Try to open an image <a href="/cws.jpg" target="_blank">here</a>.</p>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |