mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Updated all relative references to '/.common/' to absolute paths
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="../.common/styles/global.css" />
|
||||
<link rel="icon" href="../../.common/resources/logo.png" type="image/png">
|
||||
<link rel="stylesheet" href="/.common/styles/global.css" />
|
||||
<link rel="icon" href="/.common/resources/logo.png" type="image/png">
|
||||
<title>nutty</title>
|
||||
<style>
|
||||
#dock-wrapper {
|
||||
|
||||
Reference in New Issue
Block a user