Skip to content
Snippets Groups Projects
Commit 2b57fdc7 authored by Johan Thörnblom's avatar Johan Thörnblom
Browse files

added static/ in 3 places in the client.html file

parent d774c29e
No related branches found
No related tags found
No related merge requests found
No preview for this file type
No preview for this file type
......@@ -3,15 +3,15 @@
<head>
<title>Twidder</title>
<meta charset="utf-8">
<link href="client.css" type="text/css" rel="stylesheet">
<script src="client.js"></script>
<script src="serverstub.js"></script>
<script src="server.py"></script>
<link href="static/client.css" type="text/css" rel="stylesheet">
<script src="static/client.js"></script>
<script src="static/serverstub.js"></script>
<!-- <script src="server.py"></script> -->
<script type="text/view" id="welcomeview">
<div id="repeat_pass"></div>
<div id="big_div">
<img src="wimage.png">
<img src="static/wimage.png">
<div id="rhs_div">
<div id="login_div">
<form id="sign_in_form" action ="" method="" onsubmit="return sign_in()">
......@@ -172,7 +172,7 @@
<body>
<div id="windowDiv">
haha hoho
</div>
</body>
......
......@@ -16,7 +16,7 @@ displayView = function(){
// - - - - - The function when page loads - - - - - //
window.onload = function () {
// All key/value pairs stored in out localStorage
// If first time? check this:
if (localStorage.getItem("currentUser") == null)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment