Skip to content

Commit

Permalink
moved link tags to the head. this fixes publiclab#550
Browse files Browse the repository at this point in the history
  • Loading branch information
Onyekachi Okwuolisa committed Apr 1, 2022
1 parent c3e69d0 commit 75aaa11
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
<link rel="shortcut icon" id="favicon" type="image/png" href="https://i.publiclab.org/system/images/photos/000/000/354/medium/Boots-ground-02.png"/>
<link rel="stylesheet" type="text/css" href="./node_modules/node-snackbar/dist/snackbar.min.css" />
<link rel="manifest" href="./manifest.json">

<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="examples/demo.css">
<link rel="stylesheet" href="examples/themes.css">

<script src="./src/scripts/pwainit.js"></script>

<script src="node_modules/jquery/dist/jquery.min.js"></script>
Expand All @@ -38,13 +45,6 @@
</head>

<body>

<link href="node_modules/bootstrap/dist/css/bootstrap.min.css" rel="stylesheet">
<link href="node_modules/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="examples/demo.css">
<link rel="stylesheet" href="examples/themes.css">

<div id='container'>
<div id='forkMe-ribbon'><a href="https://github.com/publiclab/community-toolbox" >
<img src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"alt="Fork me on GitHub"></a>
Expand Down

0 comments on commit 75aaa11

Please sign in to comment.