-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
27 lines (22 loc) · 1.08 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description"
content="Learn the basics of HTML in 10 minutes. A beginner-friendly guide to understand HTML structure, elements, and more.">
<meta name="keywords" content="HTML basics, HTML elements, learn HTML, HTML tutorial, beginner's guide to HTML">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://lisztomania23.github.io/html-in-10min/">
<meta name="author" content="Rahul Raj (lisztomania23)">
<link rel="icon" type="image/png" sizes="128x128" href="img/html-icon.svg">
<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet" type="text/css" />
<title>HTML in 10min</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="typedtext" class="typing-text"></div>
<button id="skipButton">Skip Typing</button>
<div class="github"><a href="https://github.com/lisztomania23">Github: @lisztomania23</a></div>
<script src="script.js"></script>
</body>
</html>