Skip to content

Commit

Permalink
Update griddle.html
Browse files Browse the repository at this point in the history
  • Loading branch information
cgack committed Feb 9, 2023
1 parent 53016fe commit d32caf8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions griddle.html
@@ -1,12 +1,12 @@
<!doctype html>
<html>
<head>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.8.23/themes/base/jquery-ui.css" />
<link rel="stylesheet" href="https://code.jquery.com/ui/1.8.23/themes/base/jquery-ui.css" />
<link rel="stylesheet" href="griddle.css" />
<link rel="stylesheet" type='text/css' href="style.css">
<link rel='stylesheet' type='text/css' href='http://fonts.googleapis.com/css?family=Open+Sans:400,700|Vollkorn'>
<script src="http://code.jquery.com/jquery.js"></script>
<script src="http://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<link rel='stylesheet' type='text/css' href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Vollkorn'>
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://code.jquery.com/ui/1.8.23/jquery-ui.js"></script>
<script src="griddle.js"></script>
<link href="prettify.css" type="text/css" rel="stylesheet" />
<script type="text/javascript" src="prettify.js"></script>
Expand Down

0 comments on commit d32caf8

Please sign in to comment.