Skip to content

Instantly share code, notes, and snippets.

@Patch-griff
Patch-griff / index.html
Created September 16, 2022 15:51
The Impossible Quiz remake
<html>
<head>
<meta charset="utf-8">
<title>TITLE</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/themes/smoothness/jquery-ui.css">
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
<link rel='stylesheet' type='text/css' href='stylesheet.css'/>