You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rcn-frontserver/res/html/index.html

17 lines
322 B
HTML

<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>