-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstandby.html
73 lines (35 loc) · 2.11 KB
/
standby.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
<!DOCTYPE html>
<html lang="en" class="gr__localhost"><head>
<meta charset="UTF-8">
<meta name="theme-color" content="rgb(0, 0, 0)">
<meta name="apple-mobile-web-app-status-bar-style" content="rgb(255, 83, 36)">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="stylesheet" href="css/style.css">
<meta name="description" content="Design studio, we pick your ideas and bring them to real life: Branding, UX/UI, Motion Graphics, Art, Print, 3D ">
<meta name="keywords" content="Design,studio,Graphic design, Diseño gafico,samuel,javaloyes,3d,design,graphic">
<link rel="shortcut icon" type="image/png" href="data/fav0.png" id="favi">
<meta property="og:title" content="Swifty Jam, Design">
<meta property="og:description" content="Design studio, we pick your ideas and bring them to real life: Branding, UX/UI, Motion Graphics, Art, Print, 3D ">
<meta property="og:image" content="data/profile.png">
<meta property="og:url" content="index.html">
<meta name="twitter:title" content="Swifty Jam, Design">
<meta name="twitter:description" content=" Design studio, we pick your ideas and bring them to real life: Branding, UX/UI, Motion Graphics, Art, Print, 3D ">
<meta name="twitter:image" content="data/profile.png">
<meta name="twitter:card" content="summary_large_image">
<title>Swifty Jam</title>
</head>
<body onload="showPage()" >
<div id="loader2" style="transition: 0.5s; "><div id="load_text"><span>This page is under construction, pleeeease come back soon.</span></div></div>
</main>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="js/script.js"></script>
<script src="tilt.js-master/dest/tilt.jquery.js"></script>
<script type="text/javascript">
function showPage(){
document.getElementById("loader2").style.opacity=1,myVar=setTimeout(loaderoff,1e3)
}
var myVar
</script>
</body></html>