-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (34 loc) · 1.41 KB
/
Copy pathindex.html
File metadata and controls
52 lines (34 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
---
layout: home
search_exclude: true
image: images/logo.png
---
<html>
<body>
<div style="display: flex; flex-direction: column; width: 100%; justify-content: center; align-items: center;">
<h1 id="typewriter" style="text-align: center;"/>
</div>
</body>
<script>
var i = 0;
var txt = "Welcome to Aniket's blog! 😻🤩🤠";
var speed = 150;
function typeWriter(x) {
if (i <= txt.length) {
document.getElementById("typewriter").innerHTML = txt.substring(0, i)
i++;
setTimeout(typeWriter, speed);
}
}
typeWriter();
</script>
</html>
My name is Aniket. I am a sophomore at Del Norte High School. One of my favorite hobbies is watching and playing soccer. Here are my three favorite players:
<!-- {: height="264px" width="264px"}.

 -->
{: height="300px" width="auto"}.
{: height="300px" width="auto"}.
{: height="300px" width="auto"}.
<a href="https://knowt.io/note/044e1aae-359c-4d9c-99cd-a61d0671853b/AP-Computer-Science-Principles-Ultimate-">My CSP Study Guide</a>
# Posts