|
|
@ -12,8 +12,8 @@ |
|
|
|
|
|
|
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css"> |
|
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto"> |
|
|
|
<link rel="stylesheet" href="lib/prettify.css"> |
|
|
|
<link rel="stylesheet" href="style.css"> |
|
|
|
<link rel="stylesheet" href="style/prettify.css"> |
|
|
|
<link rel="stylesheet" href="style/style.css"> |
|
|
|
<link rel="icon" href="favicon.ico"> |
|
|
|
|
|
|
|
<meta name="og:title" content="Ellpeck.de"> |
|
|
@ -29,7 +29,7 @@ |
|
|
|
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/showdown@1.9.0/dist/showdown.min.js"></script> |
|
|
|
<script src="https://cdn.jsdelivr.net/gh/google/code-prettify@master/loader/prettify.js"></script> |
|
|
|
<script src="lib/showdown-prettify.js"></script> |
|
|
|
<script src="scripts/showdown-prettify.js"></script> |
|
|
|
|
|
|
|
<script src="scripts/main.js"></script> |
|
|
|
</head> |
|
|
|