404 page
This commit is contained in:
parent
c2bdc95400
commit
bda0a22899
3 changed files with 28 additions and 6 deletions
21
404.html
Normal file
21
404.html
Normal file
|
@ -0,0 +1,21 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<link href="favicon.png" rel="icon"/>
|
||||
<title>amolinae's website</title>
|
||||
<meta name=description content="">
|
||||
</head>
|
||||
<body>
|
||||
<div class="crt"></div>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Cousine:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
|
||||
<h1>404</h1>
|
||||
<p>Not found</p>
|
||||
<div style="margin-top: 32px;">
|
||||
<a href="index.html">[ Back ]</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
12
aboutme.html
12
aboutme.html
|
@ -14,12 +14,12 @@
|
|||
<h1>About Me</h1>
|
||||
<div class="card">
|
||||
<div style="text-align: left;">
|
||||
<p>Linux enthusiast.</p>
|
||||
<p>Listen to <a href="music.html">Music</a>.</p>
|
||||
<p>Collect iPods.</p>
|
||||
<p>Likes Self-hosting.</p>
|
||||
<p>Collect ThinkPads.</p>
|
||||
<p>And other stuff.</p>
|
||||
<p>- Linux enthusiast.</p>
|
||||
<p>- Listen to <a href="music.html">Music</a>.</p>
|
||||
<p>- Collect iPods.</p>
|
||||
<p>- Likes Self-hosting.</p>
|
||||
<p>- Collect ThinkPads.</p>
|
||||
<p>- Thinker with computers.</p>
|
||||
</div>
|
||||
</div>
|
||||
<div style="margin-top: 8px;">
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
<li><a href="">Gorillaz</a></li>
|
||||
<li><a href="">Rüfüs Du Sol</a></li>
|
||||
<li><a href="">3kliksphilip</a></li>
|
||||
<li><a href="">Steventhedreamer</a></li>
|
||||
<li><a href="">Taylor Swift</a></li>
|
||||
<li><a href="">Billie Eilish</a></li>
|
||||
</ul>
|
||||
|
|
Loading…
Add table
Reference in a new issue