Restored Content

- Restored Content that got missing by an git accident (damn those squids)
- Renamed LICENSE.md to LICENSE
pull/4/head
Julius Riegel 6 years ago
parent fdb97729f8
commit 5b6fe44c4c

@ -0,0 +1,8 @@
<html>
<head>
<title> Home </title>
</head>
<body>
<h1> Welcome to the server </h1>
</body>
</html>

2
glob/jquery.js vendored

File diff suppressed because one or more lines are too long

@ -0,0 +1,5 @@
{
"name": "NoName",
"date": "today is the day",
"1": "no"
}

@ -0,0 +1,16 @@
<html>
<head>
<title> Landing 1 </title>
<model name="jsonmodel" src="data.json" refresh-interval="10000">
</model>
</head>
<body>
<h1>
You made it to the Index!
</h1>
<h2 model="jsonmodel" datapath="name">
</h2>
<p model="jsonmodel" datapath="date">
</p>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Loading…
Cancel
Save