-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIndex.html
19 lines (18 loc) · 1.1 KB
/
Index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- saved from url=(0055)file:///home/jonathan/ltukalender/Ltukalender/Main.html -->
<html>
<head>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.8/angular.min.js"></script>
</head>
<body>
<div class="container-fluid">
<img src="./Main_files/LTU_sve_rgb.jpg" height="250" class="img-rounded">
<h1>Kalenderskapare</h1>
<div ng-app="" class="container-fluid; panel-body ng-scope">
<p>Username : <input type="text" ng-model="name" class="ng-pristine ng-untouched ng-valid ng-empty"></p>
<a class="btn btn-default" ng-href="https://portal.ltu.se/schemaselector/mycal/course/{{name}}/sv_SE" href="https://portal.ltu.se/schemaselector/mycal/course//sv_SE">Download</a>
</div>
</div>
<div class="container-fluid" style="position:absolute; bottom:0; border-top: 1px solid black; border-radius: 3px; width: 100vw;"> 2016 - Jonathan Brorsson</div>
</body>
</html>