First frontend revision
This commit is contained in:
parent
c1af90eccf
commit
192548e38b
5 changed files with 7755 additions and 2 deletions
|
|
@ -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…</h2>");
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue