-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (32 loc) · 1.79 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Quixur - The Open Social Network</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="We are Quixur the free and open social networking platform. Our goal is simple, connect people without spying on or censoring them.">
<link rel="shortcut icon" href="assets/favicons/favicon.ico" type="image/x-icon">
<!-- Favicon Stuff -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicons/favicon-16x16.png">
<link rel="manifest" href="assets/favicons/site.webmanifest">
<!-- Open Graph Stuff -->
<meta property="og:site_name" content="Quixur">
<meta property="og:title" content="Quixur - The Open Social Network">
<meta property="og:description" content="We are Quixur the free and open social networking platform. Our goal is simple, connect people without spying on or censoring them.">
<meta property="og:url" content="https://quixur.com">
<meta property="og:type" content="website">
<meta property="og:image" content="https://quixur.com/assets/images/logo_with_background.PNG">
<meta property="og:image:url" content="https://quixur.com/assets/images/logo_with_background.PNG">
<link rel="stylesheet" href="stylesheets/index.css">
</head>
<body>
<div class="fullscreen">
<div class="centered">
<h3>Website Coming Soon</h3>
<a href="https://app.quixur.com" style="color: white !important; text-decoration: underline !important;"><h3>Development Login</h3></a>
</div>
</div>
</body>
</html>