diff options
Diffstat (limited to 'data/www/index.html')
-rw-r--r-- | data/www/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/data/www/index.html b/data/www/index.html new file mode 100644 index 0000000..e985b47 --- /dev/null +++ b/data/www/index.html @@ -0,0 +1,32 @@ +<html> +<head> +<meta charset=UTF-8> +<meta http-equiv="content-type" content="text/html; charset=utf-8"> +<title>Začetno ogrodje za ESP8266</title> +<link rel="stylesheet" type="text/css" href="css/main.css"> +</head> +<body> +<table width=100% height=100%> +<!--<tr height=28px> +<td colspan=2 style="background: #333"><text style=font-size:28px><b>sijanecIoT</b> - </text><text style=font-size:25px><b><i>Ogrodje za grajenje +IoT aplikacij z UI-jem.</i></b></text></td> +</tr>--> +<tr valign=top> +<td width=200px style="background: #222"><text style=font-size:30px><b>sijanecIoT:</b></text> +<iframe src=kazalo.html style="width:100%; height:95%;" name=kazaloiframe></iframe> +</td> +<td style="background: #111"> +<iframe src=0.html style="width:100%; height:100%;" name=clanekiframe></iframe> +</td> +</tr> +<!--REKLAMA. Odkomentiraj ta komentar in dodaj rowspan=2 atribut k znački td, v kateri je kazalo. +<tr height=100px> +<td><img src=img.png alt="REKLAMA. Za izbris reklamnega prostora daj v komentar celotno tr značko okoli reklame in izbriši atribut rowspan=2 pri znački td, ki vsebuje kazalo" height=100 width=1000 /></td> +</tr> +--> +<tr height=25px> +<td colspan=2 style="background: #444"><p align=center><i>Ogrodje za grajenje IoT aplikacij z uporabniškim vmesnikom -- Spisal Anton Luka Šijanec, (C) 2019-- Prilagojeno za ESP8266</i></p></td> +</tr> +</table> +</body> +</html> |