76 lines
2.6 KiB
HTML
76 lines
2.6 KiB
HTML
<!DOCTYPE html>
|
|
<html class="noscroll">
|
|
<head>
|
|
<title>Home</title>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
href="/assets/Favicons/Base_Favicon/apple-touch-icon.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="32x32"
|
|
href="/assets/Favicons/Base_Favicon/favicon-32x32.png"
|
|
/>
|
|
<link
|
|
rel="icon"
|
|
type="image/png"
|
|
sizes="16x16"
|
|
href="/assets/Favicons/Base_Favicon/favicon-16x16.png"
|
|
/>
|
|
<link
|
|
rel="manifest"
|
|
href="/assets/Favicons/Base_Favicon/site.webmanifest"
|
|
/>
|
|
<link
|
|
rel="mask-icon"
|
|
href="/assets/Favicons/Base_Favicon/safari-pinned-tab.svg"
|
|
color="#5bbad5"
|
|
/>
|
|
<meta name="msapplication-TileColor" content="#da532c" />
|
|
<meta name="theme-color" content="#ff0000" />
|
|
<link rel="stylesheet" href="/assets/styles/border.css" />
|
|
<link rel="stylesheet" href="/assets/styles/button.css" />
|
|
<link rel="stylesheet" href="/assets/styles/backround.css" />
|
|
<link rel="stylesheet" href="/assets/styles/noscroll.css" />
|
|
<link rel="stylesheet" href="/assets/styles/navbar.css" />
|
|
<link rel="stylesheet" href="/assets/styles/blog.css" />
|
|
<link rel="stylesheet" href="/assets/styles/Font.css">
|
|
<link rel="stylesheet" href="/assets/styles/footer.css">
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<div id="page-container">
|
|
<div class="bg"></div>
|
|
<ul>
|
|
<li><a class="active" href="/">Home</a></li>
|
|
<li><a href="/sitemap.html">Sitemap</a></li>
|
|
<li><a href="/blog.html">Blog</a></li>
|
|
<li><a href="/wip.html">WIP</a></li>
|
|
</ul>
|
|
<br />
|
|
<br />
|
|
<br />
|
|
<div id="content-wrap">
|
|
|
|
<img src="/assets/imgs/zuck.jpg" alt="Geometry Tools Ga" style="width:300px;height:300px;" srcset=""class="broider"></img>
|
|
<p class="double"> <span class="auto-type"></span></p>
|
|
|
|
</div>
|
|
<div id="footer">
|
|
<a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>
|
|
</div>
|
|
</div>
|
|
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
|
|
<script>
|
|
var typed = new Typed(".auto-type", {
|
|
strings: ["Welcome to my Website", "Hello"],
|
|
typeSpeed: 150,
|
|
backSpeed: 300,
|
|
loop: true
|
|
})
|
|
</script>
|
|
</body>
|
|
</html>
|