-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (26 loc) · 1.23 KB
/
index.html
File metadata and controls
28 lines (26 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<title>Darwin Media</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="icon" href="/icon.png" />
<link rel="stylesheet" href="https://stijndv.com/fonts/Eudoxus-Sans.css" />
<link rel="stylesheet" href="./index.css" />
<link href="https://fonts.googleapis.com/css?family=Rock+Salt" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=HandwrittenFont&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Antonio" rel="stylesheet" />
<link href="https://www.dafontfree.net/embed/Y2hlZ3VldmFyYS1nb2xkZW4tc2VyaWYmZGF0YS8xNTI0L2MvMTcwNTE5L0NoZUd1ZXZhcmFHb2xkZW4tU2VyaWYudHRm" rel="stylesheet" type="text/css"/>
<body class = "home">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<p>hello there</p>
<div class="container">
<input type="text" placeholder="Enter your Name"/>
<input type="text" placeholder="Enter your Email"/>
</div>
<div class="container">
<div class= home>
<h class="hegtt">hello there</h>
</div>
</div>
</body>
</html>