Move styles.css to index.html
This commit is contained in:
parent
427a6391f9
commit
67d9c0fc1a
|
@ -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>
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
pre {
|
|
||||||
word-break: break-all;
|
|
||||||
white-space: pre-wrap;
|
|
||||||
}
|
|
Loading…
Reference in New Issue