forked from DATDA/main
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (47 loc) · 911 Bytes
/
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en" style="background-color:#c1c1c1">
<title>DATDA</title>
<div style="
background-color: #4286f4;
padding: 10px 10px;
font-weight: bold;
text-align: center;
font-size: 20px;
color: #1c1a2b;">
<h1>DATDA</h1>
<h5>DATA - TEST - EMAIL</h5>
</div>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="DATDA">
<meta name="author" content="DATDA">
<style type="text/css">
body{
margin: 0px auto;
max-width: 700px;
line-height: 1.6;
font-size: 18px;
color: #2d2c33;
padding:0 10px;}
h1,h2,h3{
line-height:1.2}
</style>
</head>
<body>
<article>
<p><b>Test</b>
</article>
</body>
<div style="
background-color: #4286f4;
padding: 10px 10px;
font-weight: bold;
text-align: center;
font-size: 18px;
color: #1c1a2b;">
<font size=1>
Copyright DATDA 2017
</font>
</div>
</html>