-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeveloper.html
More file actions
31 lines (28 loc) · 1019 Bytes
/
developer.html
File metadata and controls
31 lines (28 loc) · 1019 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
<!DOCTYPE html>
<html>
<head>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="icon" type="image/png" href="assets/images/favicon_48.png">
<link rel="stylesheet" href="css/harrify-ui.css" type="text/css">
<link rel="stylesheet" href="css/style.css" type="text/css">
<link rel="stylesheet" href="css/fonts.css" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wikify - Developer</title>
<style>
body{
height: 100vh;
width: 100%;
box-sizing: border-box;
overflow: hidden;
}
h1{
color: whitesmoke;
font-family: sf-heavy;
}
</style>
</head>
<body class="us center-flex">
<h1>Comming Soon</h1><br>
<p style="color: whitesmoke;">
</body>
</html>