Remove dynamic age feature

This commit is contained in:
Raymonzut
2021-01-19 17:40:48 +01:00
parent 6c31c8752d
commit a0eb56e115
4 changed files with 1 additions and 32 deletions
+1 -4
View File
@@ -8,8 +8,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Raymon Zutekouw</title>
<link rel="preload" href="./lib/me.mjs" as="script" crossorigin="anonymous" type="application/javascript">
<link rel="preload" href="index.mjs" as="script" crossorigin="anonymous" type="application/javascript">
<link rel="dns-prefetch" href="https://cdn.statically.io">
<link defer
@@ -32,7 +30,7 @@
<div>
<p>
Hi there, good to see you on my website.
My name is Raymon Zutekouw (<span id="age">born on 29-08-2002</span>)
My name is Raymon Zutekouw; Self-thaught programmer by heart.
</p>
<p>
@@ -48,6 +46,5 @@
</p>
</div>
</div>
<script async type="module" src="index.mjs"></script>
</body>
</html>