remove static index file
This commit is contained in:
parent
2310b7a173
commit
5d68a04e29
1 changed files with 0 additions and 15 deletions
|
@ -1,15 +0,0 @@
|
||||||
<!doctype html>
|
|
||||||
<html ng-app>
|
|
||||||
<head>
|
|
||||||
<script src="/static/js/angular.min.js"></script>
|
|
||||||
<title>Event Man(ager)</title>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div>
|
|
||||||
<label>Name:</label>
|
|
||||||
<input type="text" ng-model="yourName" placeholder="Enter a name here">
|
|
||||||
<hr>
|
|
||||||
<h1>Hello {{yourName}}!</h1>
|
|
||||||
</div>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
Loading…
Reference in a new issue