Move game styling into the screen namespace
This commit is contained in:
parent
ef2c9cb3de
commit
84fe6d228e
2 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
<script src="main.js"></script>
|
<script src="main.js"></script>
|
||||||
<link rel="stylesheet" href="screen.css" type="text/css"/>
|
<link rel="stylesheet" href="screen.css" type="text/css"/>
|
||||||
<link rel="stylesheet" href="screen/hall.css" type="text/css"/>
|
<link rel="stylesheet" href="screen/hall.css" type="text/css"/>
|
||||||
<link rel="stylesheet" href="game.css" type="text/css"/>
|
<link rel="stylesheet" href="screen/game.css" type="text/css"/>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<div id="reception" class="on">
|
<div id="reception" class="on">
|
||||||
|
|
Loading…
Reference in a new issue