diff options
| author | s1n <[email protected]> | 2019-09-11 14:07:09 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-11 14:07:09 -0700 |
| commit | e6b795394dceb6bffac09cfd889081fbb5ab636b (patch) | |
| tree | 8b51d317f043b91236945c9e2811e4f844649599 /dev | |
| parent | upload css (diff) | |
| download | s1n.pw-admin-e6b795394dceb6bffac09cfd889081fbb5ab636b.tar.xz s1n.pw-admin-e6b795394dceb6bffac09cfd889081fbb5ab636b.zip | |
link proper css
Diffstat (limited to 'dev')
| -rw-r--r-- | dev/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/index.html b/dev/index.html index 1b381e9..e518f3c 100644 --- a/dev/index.html +++ b/dev/index.html @@ -6,7 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - Development</title> <!-- CSS Links --> - <link rel="stylesheet" href="/links/css/main.css"> + <link rel="stylesheet" href="/dev/css/main.css"> <!-- External Libraries via CDN --> <script src="https://code.jquery.com/jquery-1.10.2.js"></script> <link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic' rel='stylesheet' type='text/css'> |