32 lines
983 B
HTML
32 lines
983 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="icon" href="/favicon.ico" />
|
|
<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>
|
|
<main>
|
|
<h1>Hello from <span class="highlight">cws</span>!</h1>
|
|
<p>
|
|
Open an image
|
|
<a href="/cws.jpg" target="_blank" rel="noopener noreferrer">here</a>.
|
|
</p>
|
|
</main>
|
|
|
|
<footer class="icon-credit">
|
|
<a target="_blank" href="https://icons8.com/icon/38796/linux">Linux</a>
|
|
icon by
|
|
<a target="_blank" href="https://icons8.com">Icons8</a>
|
|
</footer>
|
|
|
|
</body>
|
|
|
|
</html> |