Move styles.css to index.html

This commit is contained in:
Robbie Antenesse 2018-02-21 11:19:46 -07:00
parent 427a6391f9
commit 67d9c0fc1a
2 changed files with 6 additions and 5 deletions

View File

@ -10,7 +10,12 @@
<link rel="stylesheet" href="./node_modules/font-awesome/css/font-awesome.css"> <link rel="stylesheet" href="./node_modules/font-awesome/css/font-awesome.css">
<link rel="stylesheet" href="./node_modules/bulma/css/bulma.css"> <link rel="stylesheet" href="./node_modules/bulma/css/bulma.css">
<link rel="stylesheet" href="./styles.css"> <style>
pre {
word-break: break-all;
white-space: pre-wrap;
}
</style>
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.js"></script>

View File

@ -1,4 +0,0 @@
pre {
word-break: break-all;
white-space: pre-wrap;
}