diff options
| author | sD <stoned@derpymail.org> | 2020-02-12 16:02:48 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2020-02-12 16:02:48 +0100 |
| commit | 69c761f55e3f7179aca2186f4e792772de1dc4a2 (patch) | |
| tree | 71d86e4a5b257884bd1f7d43c49f56fa2ee5b81c /webAO/index.html | |
| parent | 3d35a9630bbf31d55fa76f0ffe142bddfcf5bd55 (diff) | |
move css into the before empty styles folder
Diffstat (limited to 'webAO/index.html')
| -rw-r--r-- | webAO/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webAO/index.html b/webAO/index.html index c7d279e..fca9173 100644 --- a/webAO/index.html +++ b/webAO/index.html @@ -9,9 +9,9 @@ <link href="https://fonts.googleapis.com/css?family=Poiret+One" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Oswald%7CRoboto+Condensed" rel="stylesheet"> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon"> - <link rel="stylesheet" type="text/css" href="master.css" /> + <link rel="stylesheet" type="text/css" href="styles/master.css"> <link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet"> - <link rel="icon" href="images/favicon.ico" /> + <link rel="icon" href="images/favicon.ico"> <script src="master.b.js"></script> </head> |
