Merge pull request #103 from PsychoLlama/master

Added titles and fixed tiny issues
This commit is contained in:
Mark Nadal
2015-10-07 15:03:25 -06:00
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>