UNPKG

1.62 kBHTMLView Raw
1<!DOCTYPE html>
2<!--
3This is a starter template page. Use this page to start your new project from
4scratch. This page gets rid of all links and provides the needed markup only.
5TODO: Clean this up...
6-->
7<html>
8<head>
9 <meta charset="utf-8">
10 <meta http-equiv="X-UA-Compatible" content="IE=edge">
11 <meta id="baseUrlHolder" data="<%=baseUrl%>/">
12 <meta id="versionHolder" data="<%=version%>">
13 <title>GME | Profile</title>
14 <!-- Tell the browser to be responsive to screen width -->
15 <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
16
17 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
18 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
19 <!--[if lt IE 9]>
20 <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
21 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
22 <![endif]-->
23</head>
24<!--
25BODY TAG OPTIONS:
26=================
27|---------------------------------------------------------|
28|LAYOUT OPTIONS | fixed |
29| | layout-boxed |
30| | layout-top-nav |
31| | sidebar-collapse |
32| | sidebar-mini |
33|---------------------------------------------------------|
34-->
35<body class="hold-transition sidebar-mini">
36 <div id="mainEntry"></div>
37 <script src="./main.js"></script>
38</body>
39</html>
\No newline at end of file