Added titles, fixed a character declaration error and added a responsive meta tag. Fixes #102

This commit is contained in:
Jesse Gibson 2015-10-07 14:55:34 -06:00
parent 4f0807a894
commit 46115a6567
2 changed files with 7 additions and 0 deletions

View File

@ -1,4 +1,10 @@
<html>
<head>
<title>gun examples</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<h1>Examples Directory <button style="float: right;" onclick="localStorage.clear()">Clear Local Storage</button></h1>
<style>

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>gun - the open source, real-time, fully decentralized, offline-first, graph database</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js"></script>