summaryrefslogtreecommitdiffstats
path: root/f/templates/log.html
diff options
context:
space:
mode:
authorJan Tuomi <jans.tuomi@gmail.com>2016-01-20 19:05:02 +0200
committerJan Tuomi <jans.tuomi@gmail.com>2016-01-20 19:17:48 +0200
commit17b89099b36a63ed2854083cdb4cb06f47a41e14 (patch)
tree2db4ac8f2bafa8ff923b0080bbe400918ec7f6cd /f/templates/log.html
parent09b2d3ba6bd282982b609ff84410e2bb0e2f9d49 (diff)
Refactor file structure
Diffstat (limited to 'f/templates/log.html')
-rw-r--r--f/templates/log.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/f/templates/log.html b/f/templates/log.html
deleted file mode 100644
index 43ae8ff..0000000
--- a/f/templates/log.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<title>Queuelog</title>
-<meta charset="utf-8">
-<script src="f/scripts/angular/angular.min.js"></script>
-<script src="/socket.io/socket.io.js"></script>
-<script src="f/scripts/log.js"></script>
-</head>
-<body ng-app="logapp">
-<div id="container" ng-controller="logctrl">
-<p ng-repeat="msg in logmessages">{{msg}}</p>
-</div>
-
-</body>
-</html>