Restored Content
- Restored Content that got missing by an git accident (damn those squids) - Renamed LICENSE.md to LICENSEpull/4/head
parent
fdb97729f8
commit
5b6fe44c4c
@ -0,0 +1,8 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title> Home </title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<h1> Welcome to the server </h1>
|
||||||
|
</body>
|
||||||
|
</html>
|
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…
Reference in New Issue