-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (38 loc) · 847 Bytes
/
index.html
File metadata and controls
40 lines (38 loc) · 847 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="manifest" href="/manifest.webmanifest">
<title>cOOLcRAB28</title>
<style>
body {
margin: 0;
padding: 0;
}
div.main {
font-family: Arial, Helvetica, sans-serif;
}
div.heading {
background-color: white;
}
hi{
font-size: 34px;
font-family: Arial, Helvetica, sans-serif;
font-weight: 700;
}
</style>
</head>
<body>
<center>
<div class='main'>
<div class='heading'><hi>Hello!</hi>
<h2>cOOLcRAB28</h2></div>
we have a banner
<a href='/SMS'> sms </a> 28/12/2020
<a target='_blank' href='https://google.com'>Click</a>
</div> yoo
</center>
<script src='/app.js'></script>
</body>
</html>