-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
62 lines (52 loc) · 1.84 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Basaltic Studio</title>
<script src="https://use.typekit.net/bwj4lyn.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<style>
body {
background-color: #232323;
}
#container{
margin: 5em auto 0;
}
.center {
display: block;
margin: 0 auto;
}
.fb-page {
width: 512px;
}
.fb-page.center.center.center{
display: block;
margin-bottom: 5em;
}
.typekit {
font-family: "alternate-gothic-no-1-d", sans-serif;
}
.message {
font-size: 2em;
color: white;
text-align: center;
}
</style>
</head>
<body>
<div id="container">
<img src="logo.png" id="logo" class="center" width="512" height="512" />
<p class="typekit message">[ Official Website is Coming Soon... ]</p>
<div class="fb-page center" data-width="512" data-href="https://www.facebook.com/Basaltic.Studio/" data-tabs="timeline" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><div class="fb-xfbml-parse-ignore"><blockquote cite="https://www.facebook.com/Basaltic.Studio/"><a href="https://www.facebook.com/Basaltic.Studio/">Basaltic Studio</a></blockquote></div></div>
</div>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "https://connect.facebook.net/zh_TW/sdk.js#xfbml=1&version=v2.5&appId=1687482531531755";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
</body>
</html>