-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy pathindex.html
19 lines (19 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html lang="en">
<head>
<title>NIKE OSS HOMEPAGE</title>
<!-- Material Design for Bootstrap -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" integrity="sha384-y3tfxAZXuh4HwSYylfB+J125MxIs6mR5FOHamPBG064zB+AFeWH94NdvaCBm8qnd" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="dist/css/main.min.css">
<!-- Using new styles: https://tourguide.test.commerce.nikecloud.com/ -->
<link rel="stylesheet" href="//web.nike.com/glyphs/1.2/css/glyphs.min.css" />
<link rel="stylesheet" href="//web.nike.com/ncss/0.14/admin/desktop/css/ncss.en-us.min.css" />
<!-- <link rel="stylesheet" type="text/css" href="css/style.css"> -->
</head>
<body class="bg-offwhite">
<script src="https://code.jquery.com/jquery-2.2.2.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/tether/1.3.1/js/tether.min.js"></script>
<script src="https://cdn.rawgit.com/fezvrasta/bootstrap-material-design/dist/dist/bootstrap-material-design.iife.min.js"></script>
<script type="text/javascript" src="dist/js/app.min.js"></script>
</body>
</html>