First frontend revision

This commit is contained in:
nemunaire 2016-06-26 17:54:08 +02:00
commit 192548e38b
5 changed files with 7755 additions and 2 deletions

View file

@ -1 +1,22 @@
<h1>Welcome on YouP0m!</h1>
<!DOCTYPE html>
<html>
<head>
<title>YouP0m</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" media="all" href="/css/style.css">
<script type="text/javascript" src="/js/prototype.js"></script>
<script type="text/javascript" src="/js/youp0m.js"></script>
</head>
<body>
<h1>Welcome on YouP0m!</h1>
<noscript>
<p>
You need a JavaScript capable browser to use this website.<br>
Please enable-it or switch to a JavaScript capable browser.
</p>
</noscript>
<script type="text/javascript">
document.write("<h2>We are loading a cute picture just for you, please wait&hellip;</h2>");
</script>
</body>
</html>