first commit
This commit is contained in:
commit
3bf7c08caa
7 changed files with 227 additions and 0 deletions
25
aboutme.html
Normal file
25
aboutme.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!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>About Me</h1>
|
||||
<div class="card">
|
||||
<p>Linux enthusiast.</p>
|
||||
<p>Listen to Music.</p>
|
||||
<p>The usual stuff.</p>
|
||||
</div>
|
||||
<div style="margin-top: 8px;">
|
||||
<a href="index.html">[ Back ]</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue