Web interface
This commit is contained in:
14
webinterface/src/main/resources/index.html
Normal file
14
webinterface/src/main/resources/index.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="ru" ng-app="asysApp">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>ASys: Web interface</title>
|
||||
<script src="http://ajax.googleapis.com/ajax/libs/angularjs/1.6.0/angular.min.js"></script>
|
||||
<script src="/static/app.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>ASys: Web interface</h1>
|
||||
<hr>
|
||||
<bundle-list></bundle-list>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user