FotoStream/war/FotoStream.html

47 lines
2.0 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. -->
<!-- -->
<script type="text/javascript" language="javascript" src="fotostream/fotostream.nocache.js"></script>
</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-16 21:29:47 +00:00
<div id="imageContainer"></div>
2015-12-29 14:45:59 +00:00
<div id="textContainer"></div>
2015-12-15 11:52:47 +00:00
</body>
</html>