aboutsummaryrefslogtreecommitdiff
path: root/timer.html
blob: 6df6a657388dbc2eff37b05679af8b851b95364f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
	<head>
		<title></title>
	</head>
	<link type="text/css" rel="stylesheet" href="./timer.css">
	<style type="text/css">
	/* just maximize the canvas area and set rem to 10px. */
	html { margin: 0; padding: 0; font-size: 16px;}
	body { margin: 0; padding: 0; font-size: 62.5%;}
	</style>
</html>
<!--
This file is meant to have custom CSS applied to it, via adding it as a source
in OBS and specifying custom CSS on the Source. This allows you full control
over what your countdown will look like, with little upkeep cost or outside
dependency.

You can count on a blank canvas for this, with sane defaults for the html and
body elements.
-->
<body onload="setupCountdown();">
	<div id="page">
		<div id="countdown">
			<div id="minutes">00</div>
			<div id="separator">:</div>
			<div id="seconds">00</div>
		</div>
	</div>
	<script src="./timer.js" type="text/javascript"></script>
</body>
amp;follow=1'>Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20 It used to point to a directory, which would then look for .vgstash.db. This behavior was kind of backwards and I don't remember why I did it that way. This change gives users more control over where they put their DB. Be sure to update your environment variable if you have it set! 2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0 Sourcing them in .bash_profile screws up login if they're set. 2016-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4 2016-11-13DerpZe Libertine Gamer1-0/+1 2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 Loops and functions -- oh my, what a useful combination. :) 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5 Also correct a typo.