forked from rawfile/rawfile.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (59 loc) · 2.27 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
52
53
54
55
56
57
58
59
60
61
62
m
<!DOCTYPE html>
<html>
<head>
<title>Folaroid</title>
<style>
img.background {
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
width: 100%;
height: 100%;
-webkit-filter: blur(2px); /* Safari 6.0 - 9.0 */
filter: blur(5px);
}
</style>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Folaroid">
<meta property="og:description" content="An hidden roblox revival.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://folaroid.cf/">
<meta property="og:image" content="https://media.discordapp.net/attachments/994691791565627476/1000727937240268820/Untitled155_20220724173418.png">
<meta property="og:image:width" content="2000">
<meta property="og:image:height" content="1000">
<link rel="stylesheet" href="https://web.archive.org/web/20180211035856cs_/https://finobe.com/css/app.css?id=08534a2da44025f31b7a">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin="">
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.min.css">
<style>
body {
font-family: 'Source Sans Pro', sans-serif;
}
</style>
</head>
<body>
<div class="app container py-4 nav-content">
<div class="card">
<div class="card-body">
<div class="alert alert-danger" role="alert">
Folaroid is currently under maintenance, check back later!
</div>
<hr>
</div>
</div>
</div>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://web.archive.org/web/20180211035856/https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-110480271-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>