new homepage
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>CWS</title>
|
||||
<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 />
|
||||
@@ -12,10 +13,20 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<h1>Hello from <span class="highlight">CWS</span>!</h1>
|
||||
<p>Open an image <a href="/cws.jpg" target="_blank">here</a>.</p>
|
||||
</div>
|
||||
<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>
|
||||
Reference in New Issue
Block a user