Use the Fetch API instead of PrototypeJS
This commit is contained in:
parent
c622ada0df
commit
0876fc3c2e
2 changed files with 8 additions and 4 deletions
|
|
@ -4,9 +4,6 @@
|
|||
<title>YouP0m Administration</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>
|
||||
<script type="text/javascript" src="/js/youp0m-admin.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome on YouP0m!</h1>
|
||||
|
|
@ -19,5 +16,7 @@
|
|||
<script type="text/javascript">
|
||||
document.write("<h2>We are loading the newest cute pictures for you, please wait…</h2>");
|
||||
</script>
|
||||
<script type="text/javascript" src="/js/youp0m.js"></script>
|
||||
<script type="text/javascript" src="/js/youp0m-admin.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue