Skip to content

Instantly share code, notes, and snippets.

@tschueller
tschueller / base-template.html
Last active March 27, 2024 10:24
Simple HTML template with jQuery support.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="./default.css" />
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script type="text/javascript">
jQuery(function() {
// Document is ready