diff options
| author | Indrajith K L | 2017-01-17 15:37:25 +0530 | 
|---|---|---|
| committer | Indrajith K L | 2017-01-17 15:37:25 +0530 | 
| commit | 550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff (patch) | |
| tree | faf6bff0bdde8f01514a3f59ecca943569647c40 /index.html | |
| download | JSTemplate-550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff.tar.gz JSTemplate-550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff.tar.bz2 JSTemplate-550e2f03ad0b60b3c9db3d68dbf014dcb740a2ff.zip | |
Initial Commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 28 | 
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> | 
