Skip to content

Commit

Permalink
fix script and stylesheet references for hosting on web
Browse files Browse the repository at this point in the history
Bonnie39 committed Dec 27, 2023
1 parent c91b3ca commit 149188e
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TrollApps Web</title>
<link rel="stylesheet" href="/css/styles-trollapps.css">
<link rel="stylesheet" href="https://theresonanceteam.github.io/trollapps-web/css/styles-trollapps.css">
</head>
<body>

@@ -20,8 +20,8 @@ <h1 class="page-header">Sources</h1>

<div id="links-container"></div>

<script src="/js/index.js"></script>
<script src="/js/default-sources.js"></script>
<script src="https://theresonanceteam.github.io/trollapps-web/js/index.js"></script>
<script src="https://theresonanceteam.github.io/trollapps-web/js/default-sources.js"></script>

<script>
// Load default repos on page load
4 changes: 2 additions & 2 deletions repo/app-details/index.html
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TrollApps Web</title>
<link rel="stylesheet" href="/css/styles-trollapps.css">
<link rel="stylesheet" href="/css/styles-appdetailsview.css">
<link rel="stylesheet" href="https://theresonanceteam.github.io/trollapps-web/css/styles-trollapps.css">
<link rel="stylesheet" href="https://theresonanceteam.github.io/trollapps-web/css/styles-appdetailsview.css">
</head>
<body>

2 changes: 1 addition & 1 deletion repo/index.html
Original file line number Diff line number Diff line change
@@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>TrollApps Web</title>
<link rel="stylesheet" href="/css/styles-trollapps.css">
<link rel="stylesheet" href="https://theresonanceteam.github.io/trollapps-web/css/styles-trollapps.css">
</head>
<body>

0 comments on commit 149188e

Please sign in to comment.