Skip to content
Snippets Groups Projects
Commit c8cd9201 authored by Zandor Smith's avatar Zandor Smith :computer:
Browse files

Use the DigitalOcean CDN for the stylesheet.

parent 34886453
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ if(isset($_POST['input']) && isset($_POST['type'])) {
<head>
<title>Hash Online - SHA1, SHA256, MD5, etc.</title>
<link rel="stylesheet" href="https://cdn.jksmithholding.nl/css/v1/tuinbouw.min.css">
<link rel="stylesheet" href="https://jksmithholding.ams3.cdn.digitaloceanspaces.com/css/v1/tuinbouw.min.css">
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js" integrity="sha384-ZMP7rVo3mIykV+2+9J3UJ46jBk0WLaUAdn689aCwoqbBJiSnjAK/l8WvCWPIPm49" crossorigin="anonymous"></script>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment