-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatures.html
More file actions
44 lines (30 loc) · 1.14 KB
/
features.html
File metadata and controls
44 lines (30 loc) · 1.14 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
43
44
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DevDesk</title>
<link href="https://fonts.googleapis.com/css?family=Russo+One|Ubuntu" rel="stylesheet">
<link href="css/index.css" rel="stylesheet">
<!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>
<![endif]-->
</head>
<body>
<section class="home-button">
<button onclick="location.href='index.html'">Home Page</button>
</section>
<section class="features-h1">
<h1>We Are Currently Closed Please Check Back Later...</h1>
</section>
<section class="features-image">
<!-- <img src="img\tech.jpg"> -->
<img
src="https://www.ciotech.us/wp-content/uploads/2017/02/10-ways-to-secure-your-data-and-prevent-hacking-feature-image-1.jpeg">
</section>
<section class="extra">
<h3>For Immediate Response</h3>
<button onclick="location.href='login-index.html'">Click here</button>
</section>
<footer>copyright DevDesk © 2020</footer>
</body>