improvements
This commit is contained in:
parent
c7165ec051
commit
5cb7412575
12 changed files with 105 additions and 32 deletions
|
@ -3,22 +3,24 @@
|
|||
<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"/>
|
||||
<link rel="stylesheet" href="css/index.css">
|
||||
<link href="assets/images/favicon.png" rel="icon"/>
|
||||
<title>amolinae's website</title>
|
||||
<meta name=description content="">
|
||||
</head>
|
||||
<body>
|
||||
<script src="js/script.js"></script>
|
||||
<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">
|
||||
<div class="card">
|
||||
<h1>amolinae's website</h1>
|
||||
<img src="https://www.gravatar.com/avatar/666833cd7db12b0b25cd6b6a48103cdf?s=250" draggable="false">
|
||||
<p>And I could never get enough</p>
|
||||
<p id="qotd"></p>
|
||||
<div style="margin: 6px;">
|
||||
<div class="links">
|
||||
<ul>
|
||||
<li><a href="contact.html">[ Contact ]</a></li>
|
||||
<li><a href="blog.html">[ Blog ]</a></li>
|
||||
<li><a href="aboutme.html">[ About Me ]</a></li>
|
||||
<li><a href="setup.html">[ Setup ]</a></li>
|
||||
</ul>
|
||||
|
@ -37,4 +39,3 @@
|
|||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue