Skip to content

Commit 9ed1b94

Browse files
committed
Deploying to gh-pages from @ e3cf5f9 πŸš€
1 parent 25c344b commit 9ed1b94

13 files changed

+136
-0
lines changed

β€Žbuild/bundle.css

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbuild/bundle.js

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žbuild/bundle.js.LICENSE.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
/*!
2+
* The buffer module from node.js, for the browser.
3+
*
4+
* @author Feross Aboukhadijeh <https://feross.org>
5+
* @license MIT
6+
*/
7+
8+
/*! https://mths.be/punycode v1.3.2 by @mathias */
9+
10+
/*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
11+
12+
/*! safe-buffer. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 7 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
Lines changed: 27 additions & 0 deletions
Loading

β€Žfavicon.png

5.46 KB
Loading

β€Žglobal.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
html, body {
2+
position: relative;
3+
width: 100%;
4+
height: 100%;
5+
}
6+
7+
body {
8+
display: flex;
9+
flex-direction: column;
10+
align-items: center;
11+
}

β€Žindex.html

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset='utf-8'>
6+
<meta name='viewport' content='width=device-width,initial-scale=1'>
7+
8+
<title>clean-css: fast and efficient CSS optimizer</title>
9+
10+
<link rel='icon' type='image/png' href='favicon.png'>
11+
<link rel='stylesheet' href='global.css'>
12+
<link rel='stylesheet' href='build/bundle.css'>
13+
14+
<script defer src='build/bundle.js'></script>
15+
</head>
16+
17+
<body>
18+
<noscript>
19+
Since clean-css is a JavaScript tool it requires JavaScript in your browser to be turned on.
20+
</noscript>
21+
</body>
22+
23+
</html>

0 commit comments

Comments
Β (0)