This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Stats Page</title> | |
</head> | |
<body> | |
<div id="chart-container"> | |
<!-- This is the original image, which will get replaced. --> | |
<image src="[url]" id="chart" alt="Chart" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* This is an **unofficial** [SCSS](http://sass-lang.com/) port of preview 2 | |
of the [Deco Grid System](http://deco.gs/). The Deco Grid System was | |
originally written by [Alexander Limi](http://limi.net/) and released under | |
a [public domain/BSD](http://twitter.com/limi/status/10865858377154560) | |
license. | |
This port was created by [Jonathan Wilde](http://www.speedbreeze.com/). | |
Jonathan doesn't deserve much credit, though, since Alexander Limi did all | |
of the hard work. ;) This file is licensed under the same terms as the | |
original Deco Grid System CSS. |