git ssb

0+

Dominic / %oZNumvaRdlZDV/jsRcA…



Commit 461be9d29ffa9ae1336651570c5ac4d45c8baa3a

basic style

Dominic Tarr committed on 7/19/2017, 8:40:37 PM
Parent: 7edda28687d0a738d5ce19e27f985047869e1fd2

Files changed

index.htmlchanged
manifest.appcachechanged
package.jsonchanged
style.cssadded
index.htmlView
@@ -3,8 +3,22 @@
33 <head>
44 <title>---</title>
55 <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
66 <meta charset=utf-8></head>
7 +<style>
8 +
9 +h1 {
10 + font-size: 5em;
11 + margin-top: 10px;
12 + margin-bottom: 10px;
13 +
14 +}
15 +
16 +h3 {
17 + font-size: 2em;
18 +}
19 +
20 +</style>
721 <body></body>
822 <script>
923 (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){
1024 var GreatCircle = require('great-circle')
manifest.appcacheView
@@ -1,3 +1,3 @@
11 CACHE MANIFEST
22 /index.html
3-#Thu Jul 20 08:14:01 NZST 2017
3 +#Thu Jul 20 08:39:15 NZST 2017
package.jsonView
@@ -13,9 +13,9 @@
1313 "devDependencies": {},
1414 "scripts": {
1515 "test": "set -e; for t in test/*.js; do node $t; done",
1616 "appcache": "echo \"CACHE MANIFEST\n/index.html\n#$(date)\" > manifest.appcache",
17- "build": "browserify index.js | indexhtmlify > index.html; npm run appcache"
17 + "build": "browserify index.js | indexhtmlify --style style.css > index.html; npm run appcache"
1818 },
1919 "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (http://dominictarr.com)",
2020 "license": "MIT"
2121 }
style.cssView
@@ -1,0 +1,12 @@
1 +
2 +h1 {
3 + font-size: 5em;
4 + margin-top: 10px;
5 + margin-bottom: 10px;
6 +
7 +}
8 +
9 +h3 {
10 + font-size: 2em;
11 +}
12 +

Built with git-ssb-web