Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
actually include default.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Hello71 committed Feb 16, 2012
1 parent e0e8028 commit e534909
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/loggedin.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
window.location.replace("/");
}, 3000);
</script>
<link rel="stylesheet" type="text/css" href="/css/default.css">
<style type="text/css">
body {
font-size: 5em;
Expand Down
1 change: 1 addition & 0 deletions src/loggedout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Logged out</title>
<link rel="stylesheet" type="text/css" href="/css/default.css">
</head>
<body>
<p style="font-size: 3em; text-align: center;">You have been logged out of the KoB HTML5 client.<br><a href="/">Return to the home page</a>, or <a href="/login">log in again</a></p>
Expand Down
1 change: 1 addition & 0 deletions src/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Login to KoB HTML5 interface</title>
<link rel="stylesheet" type="text/css" href="/css/default.css">
<script src="/js/lib/ZeroClipboard.js" type="application/javascript"></script>
<script type="application/javascript">
document.addEventListener("DOMContentLoaded", function () {
Expand Down
1 change: 1 addition & 0 deletions src/logout.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<html>
<head>
<title>Log out</title>
<link rel="stylesheet" type="text/css" href="/css/default.css">
</head>
<body>
Log out of the KoB HTML5 client:
Expand Down

0 comments on commit e534909

Please sign in to comment.