FotoStream/war/FotoStream.html

46 lines
1.9 KiB
HTML
Raw Normal View History

2015-12-15 11:52:47 +00:00
<!doctype html>
<!-- The DOCTYPE declaration above will set the -->
<!-- browser's rendering engine into -->
<!-- "Standards Mode". Replacing this declaration -->
<!-- with a "Quirks Mode" doctype is not supported. -->
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<!-- -->
<!-- Consider inlining CSS to reduce the number of requested files -->
<!-- -->
<link type="text/css" rel="stylesheet" href="FotoStream.css">
<!-- -->
<!-- Any title is fine -->
<!-- -->
2015-12-16 21:29:47 +00:00
<title>FotoStream</title>
2015-12-15 11:52:47 +00:00
<!-- -->
<!-- This script loads your compiled module. -->
<!-- If you add any GWT meta tags, they must -->
<!-- be added before this line. -->
<!-- -->
2015-12-29 18:18:38 +00:00
<script src="fotostream/fotostream.nocache.js"></script>
2015-12-15 11:52:47 +00:00
</head>
<!-- -->
<!-- The body can have arbitrary html, or -->
<!-- you can leave the body empty if you want -->
<!-- to create a completely dynamic UI. -->
<!-- -->
<body>
<!-- RECOMMENDED if your web app will not function without JavaScript enabled -->
<noscript>
<div style="width: 22em; position: absolute; left: 50%; margin-left: -11em; color: red; background-color: white; border: 1px solid red; padding: 4px; font-family: sans-serif">
Your web browser must have JavaScript enabled
in order for this application to display correctly.
</div>
</noscript>
2015-12-29 18:18:38 +00:00
<div id="imageContainer" align="center"></div>
2015-12-15 11:52:47 +00:00
</body>
</html>