aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html28
1 files changed, 28 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..8c0f741
--- /dev/null
+++ b/index.html
@@ -0,0 +1,28 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <meta charset="UTF-8">
+ <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
+ <title>Boiler Plate</title>
+ <!-- Favicon-->
+ <link rel="icon" href="images/favicon_ico.ico" type="image/x-icon">
+
+ <link rel="stylesheet" type="text/css" href="src/libs/jquery-ui-1.12.1.custom/jquery-ui.min.css">
+
+ <!-- Custom Css -->
+ <link href="/css/style.css" rel="stylesheet">
+
+
+
+</head>
+
+<body>
+
+ <div id="renderArea"></div>
+ <script data-main="src/config.requirejs" src="src/libs/require.js"></script>
+
+
+</body>
+
+</html>