Last change
on this file since 13685 was 13568, checked in by tbretz, 13 years ago |
Many more changes and improvements; mainly made everything dynamic so that more fancy menus are possible; added back and home button.
|
File size:
408 bytes
|
Line | |
---|
1 | <!DOCTYPE HTML>
|
---|
2 | <html>
|
---|
3 |
|
---|
4 | <head>
|
---|
5 | <title>SmartFACT++</title>
|
---|
6 | <script type="text/javascript" src="index.js"></script>
|
---|
7 | <link rel="stylesheet" type="text/css" href="index.css" />
|
---|
8 | <meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0" />
|
---|
9 | </head>
|
---|
10 |
|
---|
11 | <body id="body" onload="onload();" onresize="onresize();"/>
|
---|
12 | </html>
|
---|
Note:
See
TracBrowser
for help on using the repository browser.