aboutsummaryrefslogtreecommitdiff
path: root/src/views
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2020-07-17 21:55:48 +0530
committerKumar Priyansh <[email protected]>2020-07-17 21:55:48 +0530
commit672dc896b139801bf454c51c9e61e2dd61932712 (patch)
tree0911f47917d60827617d0b3dc3baba23c6e357ac /src/views
parent431512a9625dea403afea32bb4d9b6f426fed4a5 (diff)
downloadauthorr-672dc896b139801bf454c51c9e61e2dd61932712.tar.xz
authorr-672dc896b139801bf454c51c9e61e2dd61932712.zip
Function to load Template URLs in Window
Diffstat (limited to 'src/views')
-rw-r--r--src/views/index.html2
-rw-r--r--src/views/templates/blank.html11
2 files changed, 12 insertions, 1 deletions
diff --git a/src/views/index.html b/src/views/index.html
index aa35cef..29e250a 100644
--- a/src/views/index.html
+++ b/src/views/index.html
@@ -35,7 +35,7 @@
<footer class="titlebar statusbar">
<div class="toolbars">
<button id="startSelected" class="button button-blue pull-right">Create</button>
- <button class="button button-default pull-right">Cancel</button>
+ <button id="cancelSelected" class="button button-default pull-right">Cancel</button>
</div>
</footer>
</div>
diff --git a/src/views/templates/blank.html b/src/views/templates/blank.html
new file mode 100644
index 0000000..7a07207
--- /dev/null
+++ b/src/views/templates/blank.html
@@ -0,0 +1,11 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Document</title>
+</head>
+<body>
+ <h1>The Blank Template</h1>
+</body>
+</html> \ No newline at end of file