Commit 461be9d29ffa9ae1336651570c5ac4d45c8baa3a
basic style
Dominic Tarr committed on 7/19/2017, 8:40:37 PMParent: 7edda28687d0a738d5ce19e27f985047869e1fd2
Files changed
index.html | changed |
manifest.appcache | changed |
package.json | changed |
style.css | added |
index.html | ||
---|---|---|
@@ -3,8 +3,22 @@ | ||
3 | 3 … | <head> |
4 | 4 … | <title>---</title> |
5 | 5 … | <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" /> |
6 | 6 … | <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> | |
7 | 21 … | <body></body> |
8 | 22 … | <script> |
9 | 23 … | (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){ |
10 | 24 … | var GreatCircle = require('great-circle') |
manifest.appcache | ||
---|---|---|
@@ -1,3 +1,3 @@ | ||
1 | 1 … | CACHE MANIFEST |
2 | 2 … | /index.html |
3 | -#Thu Jul 20 08:14:01 NZST 2017 | |
3 … | +#Thu Jul 20 08:39:15 NZST 2017 |
package.json | ||
---|---|---|
@@ -13,9 +13,9 @@ | ||
13 | 13 … | "devDependencies": {}, |
14 | 14 … | "scripts": { |
15 | 15 … | "test": "set -e; for t in test/*.js; do node $t; done", |
16 | 16 … | "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" | |
18 | 18 … | }, |
19 | 19 … | "author": "'Dominic Tarr' <dominic.tarr@gmail.com> (http://dominictarr.com)", |
20 | 20 … | "license": "MIT" |
21 | 21 … | } |
Built with git-ssb-web