-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (22 loc) · 1.03 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
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>Welcome to the OFFICE!!</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="./style.css">
<!-- <link href="https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&display=swap" rel="stylesheet"> -->
<!-- <link href="https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap" rel="stylesheet"> -->
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet">
</head>
<body>
<div class="typing"></div>
<div class="subtitle">Just keep refreshing ;) </div>
<!-- <div><input type="text" class="search_box" id="key_search" name="fname" placeholder="hello"></div> -->
<!-- <div><button class="submit_btn" id="sub">Let's see!</button></div>
<div><button class="submit_btn" id="sub2">results</button></div>
-->
<!-- <div><img class="gif"></div> -->
<script type="text/javascript" src="./script.js"></script>
</body>
</html>