mirror of
https://github.com/dmuth/diceware.git
synced 2024-11-21 16:36:28 -05:00
Moved CSS into css/
This commit is contained in:
parent
d8a3c51455
commit
449d16216e
3 changed files with 2 additions and 2 deletions
|
@ -9,10 +9,10 @@
|
||||||
|
|
||||||
<!-- Bootstrap -->
|
<!-- Bootstrap -->
|
||||||
<link href="./dist/bootstrap.min.css" rel="stylesheet">
|
<link href="./dist/bootstrap.min.css" rel="stylesheet">
|
||||||
<link href="./starter-template.css" rel="stylesheet">
|
<link href="./css/starter-template.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- Our different dice faces. -->
|
<!-- Our different dice faces. -->
|
||||||
<link href="./dice.css" rel="stylesheet">
|
<link href="./css/dice.css" rel="stylesheet">
|
||||||
|
|
||||||
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
|
||||||
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
||||||
|
|
Loading…
Reference in a new issue