-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (37 loc) · 1.96 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Skeletor Documentation">
<title>Skeletor - Skeletor.browsehappy</title>
<link href='https://fonts.googleapis.com/css?family=Roboto:200,300,400,500,700,700italic,400italic' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css">
<!-- Base template styles -->
<style>.header-content-wrap,main{margin:0 auto;max-width:1200px}body,html,main{height:100%}*,:after,:before{box-sizing:border-box}body{font-family:Roboto,sans-serif;font-size:14px;line-height:2;color:#e8e8e9;background:#263238}.site-header{position:fixed;top:0;z-index:90;width:100%;color:#fff;background:#673ab7;box-shadow:0 1.5px 3px rgba(0,0,0,.24),0 3px 8px rgba(0,0,0,.05)}.site-header h1{padding:0;font-size:26px;font-weight:400;line-height:1}.header-content-wrap{display:block;padding:0 40px}main{position:relative}.content-section{position:relative;padding:120px 40px;min-height:100%;background:#37474f;box-shadow:0 1.5px 3px rgba(0,0,0,.3),0 3px 8px rgba(0,0,0,.1)}</style>
<!-- /Base template styles -->
</head>
<body>
<header class="site-header">
<div class="header-content-wrap">
<h1 class="page-title">Skeletor.browsehappy</h1>
</div>
</header>
<main>
<section class="content-section"></section>
</main>
<script src="//cdnjs.cloudflare.com/ajax/libs/require.js/2.2.0/require.js"></script>
<script>
require.config({
paths: {
'jquery': '//code.jquery.com/jquery-3.0.0.min',
'ua-parser-js': 'bower_components/ua-parser-js/src/ua-parser',
'skeletor.core': '../../skeletor.core/skeletor.core',
}
})
require(['skeletor.browsehappy'], function(){
new Skeletor.BrowseHappy($(document)).test();
})
</script>
</body>
</html>