This repository was archived by the owner on Feb 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (35 loc) · 1.21 KB
/
index.html
File metadata and controls
42 lines (35 loc) · 1.21 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>index</title>
<meta name="description" content="">
<meta name="author" content="seta">
<meta name="viewport" content="width=device-width; initial-scale=1.0">
<!-- Replace favicon.ico & apple-touch-icon.png in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>
<body style="margin:0; padding: 0;">
<div>
<header style="padding: 20px; color: #fff; background: #394985; text-align: center;">
<h3>Choose Dashboard Style</h3>
</header>
<div style="width: 50%; text-align: center; float: left;">
<a href="classic/index.html"><img src="img/classic.jpg" /></a>
</div>
<div style="width: 50%; text-align: center; float: left;">
<a href="desktop/index.html"><img src="img/desktop.jpg" /></a>
</div>
</div>
<footer>
<p>
© Copyright by DownTown Themes
</p>
</footer>
</div>
</body>
</html>