Skip to content

Commit

Permalink
Using jsDeliver for scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
kmpoppe committed Jun 25, 2021
1 parent 2e1928b commit 05fbf44
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
<link rel="stylesheet" href="styles/styles.css">
<script src="https://momentjs.com/downloads/moment.min.js"></script>
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<script src="scripts/handleURL.js"></script>
<script src="scripts/handleHTML.js"></script>
<script src="scripts/main.js"></script>
<script src="https://cdn.jsdelivr.net/gh/OSM-de/WebToOSMOH@master/scripts/handleURL.js"></script>
<script src="https://cdn.jsdelivr.net/gh/OSM-de/WebToOSMOH@master/scripts/handleHTML.js"></script>
<script src="https://cdn.jsdelivr.net/gh/OSM-de/WebToOSMOH@master/scripts/main.js"></script>
</head>
<body>
<h1>Web to OSM Opening Hours — <a href="https://t.me/OSM_de">OSM_de Telegram</a> edition</h1>
Expand Down

0 comments on commit 05fbf44

Please sign in to comment.