-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (34 loc) · 1.36 KB
/
index.html
File metadata and controls
35 lines (34 loc) · 1.36 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Openly | Share your code snippets here!</title>
<link href="/style.css" rel="stylesheet" type="text/css" />
</head>
<header>
<div id="navbar">
<a href="https://meower.tk">Meower</a> | <a href="https://meowerplus.tk">Meower+ (In dev)</a> | <a href="https://scratch.mit.edu/discuss/topic/445334/">Meower
Web</a> | <a href="https://scratch.mit.edu/discuss/topic/444609/">Wolfer</a> | <a href="https://scratch.mit.edu/studios/27766140/">Meower
Media Co.</a>
</div>
<div class="content">
<h1>Description</h1>
<p> Openly is a website were you can share code snippets, like a pastebin! Just sign up now, with Google, and paste your
code!</p>
<p>Please read our <a href="/terms-of-service/"><b>terms of service</b></a> before continuing.</p>
</div>
</header>
<body>
<br>
<input type="file">
<div>
<!-- hitwebcounter Code START -->
<br>
<a href="https://www.hitwebcounter.com" target="_blank">
<img src="https://hitwebcounter.com/counter/counter.php?page=7692255&style=0025&nbdigits=5&type=ip&initCount=0" title="Total Website Hits" Alt="Web Hits" border="0" /></a> unique people visited our website!
</div>
<!-- hitwebcounter code end -->
<a href="/Changelog"><button>What's New?</button></a>
</body>
</html>