forked from Touchcreator/openly
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (50 loc) · 1.63 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="shortcut icon" href="/assets/images/favicon.svg" />
<meta
name="description"
content="openly (BETA) is a code sharer, with its own HTML5, CSS, and Javascript runners."
/>
<title>openly (BETA)</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta charset="utf-8" />
<link rel="stylesheet" href="/assets/css/style.css" />
<script
src="https://kit.fontawesome.com/d389583fd6.js"
crossorigin="anonymous"
></script>
</head>
<body>
<!--[if lt IE 10]>
<h2>
<i class="fas fa-exclamation"></i> Does this page look weird? You might
be using an IE 9 or lower. Please switch your browser to Chrome, Edge,
or Firefox for best results.
</h2>
<br />
<![endif]-->
<header>
<a href="/">openly |</a>
<a href="/about">About |</a>
<a href="/changelog">Changelog |</a>
<a href="/terms-of-service">Terms |</a>
<a href="/team">Our Team</a>
</header>
<main>
<h1>welcome to openly (BETA)</h1>
<p>
openly is a website where you can share code <br />
openly is in beta, and the database is being moved to the Meower Server,
so uploading code is unavalible.
</p>
<a href="/changelog">
<button><i class="fas fa-plus"></i> What's New?</button> </a
><a href="/about">
<button><i class="fas fa-question"></i> About This Website</button> </a
><a href="/terms-of-service">
<button><i class="fas fa-exclamation"></i> Terms of Service</button>
</a>
</main>
</body>
</html>