-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (49 loc) · 1.64 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
63
64
65
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- HTML5 standart setup -->
<!-- Title and SEO -->
<title>Hall Technologies</title>
<meta name="description" content="Coming soon">
<meta name="subject" content="Coming Soon - Hall Technologies">
<meta name="robots" content="index,follow,noodp"><!-- All Search Engines -->
<meta name="googlebot" content="index,follow"><!-- Google Specific -->
<meta name="google" content="notranslate"><!-- Disable Translation -->
<meta name="google" content="nositelinkssearchbox"><!-- No Site Search -->
<!-- Logo -->
<link rel="shortcut icon" href="Logo.png">
<!-- CSS -->
<link rel='stylesheet' href='http://fonts.googleapis.com/css?family=Roboto:300' type='text/css'>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div class="container">
<div class="row">
<img src="LogoDark.png">
</div>
<div class="row">
<p>Coming Soon</p>
</div>
<div class="row">
<p class="second">1.1.18</p>
</div>
</div>
</body>
<!--
Copyright Hall Technologies 2015
All Rights Reserved.
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Snippets</title>
<!-- Angular Toolkit ALSO NOT FOR PRODUCTION
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/angular_material/1.1.0/angular-material.min.css">
<!-- less sheets MUST go before the compiler
<link rel="stylesheet" type="text/less" href="less/main.less">
<!-- Less CSS link NOT FOR PRODUCTION
<script src="http://cdnjs.cloudflare.com/ajax/libs/less.js/2.7.1/less.min.js"></script>
</head>
-->