Remove dynamic age feature
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user