UNPKG

1.57 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 <title>GME | Profile</title>
13 <!-- Tell the browser to be responsive to screen width -->
14 <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
15
16 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
17 <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
18 <!--[if lt IE 9]>
19 <script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
20 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
21 <![endif]-->
22</head>
23<!--
24BODY TAG OPTIONS:
25=================
26|---------------------------------------------------------|
27|LAYOUT OPTIONS | fixed |
28| | layout-boxed |
29| | layout-top-nav |
30| | sidebar-collapse |
31| | sidebar-mini |
32|---------------------------------------------------------|
33-->
34<body class="hold-transition sidebar-mini">
35 <div id="mainEntry"></div>
36 <script src="./main.js"></script>
37</body>
38</html>
\No newline at end of file