-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 806 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 806 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<title>Codeslate</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no, minimal-ui">
<link rel="shortcut icon" href="media/Logo (Small).png">
<link rel="stylesheet" href="font/import.css">
<link rel="stylesheet" href="style.css">
<script src="lib/jquery.min.js"></script>
<script src="lib/lang.js"></script>
<script src="lang/overrides.js"></script>
<script src="script.js"></script>
</head>
<body>
<h1>Codeslate</h1>
<p>Coming soon! Visit our main site: <a href="https://subnodal.com" target="_blank">subnodal.com</a></p>
<p><a href="editor.html">Try the editor now!</a></p>
</body>
</html>