-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 2.1 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
<DOCTYPE! html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="Starter banner for website">
<meta name="keywords" content="homepage, librecad, website">
<meta name="revised" content="Sambhav Jain, 31/12/2017">
<meta name="author" content="Sambhav Jain">
<meta property="og:title" content="banner page">
<meta property="og:url" content="https://sambhav2612.github.io/librecad/index.html">
<meta property="og:site_name" content="LibreCAD Website">
<meta property="og:type" content="website"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="icon" href="http://wiki.librecad.org/images/6/6d/LibrecadIconHiRes.png">
<link href="https://fonts.googleapis.com/css?family=Cabin|Open+Sans" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="styles/banner.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta/css/bootstrap.min.css" integrity="sha256-m/h/cUDAhf6/iBRixTbuc8+Rg2cIETQtPcH9D3p2Kg0=" crossorigin="anonymous" />
<link href="https://use.fontawesome.com/releases/v5.0.1/css/all.css" rel="stylesheet">
<title>⌐╦╦═─</title>
</head>
<body>
<div class="container-fluid" id="spin">
<div class="row">
<div class="col" id="spinner">
<h1><i class="fas fa-spinner"></i></h1>
</div>
</div>
</div>
<div class="container-fluid" id="later">
<div class="row">
<div class="col-md-12">
<img src="styles/images/CLone.jpg" alt="Website Banner">
</div>
<div class="col-md-12">
<p>enter <a href="docs/main.html" target="_self">⌐╦╦═─</a></p>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script type="text/javascript" src="scripts/banner.js"></script>
</body>
</html>