| author | Tomas Zeman <tzeman@volny.cz> |
| Thu, 17 Jan 2019 14:51:59 +0100 | |
| changeset 20 | 529418651908 |
| parent 13 | 5af9883f1111 |
| permissions | -rw-r--r-- |
| 13 | 1 |
<!DOCTYPE html> |
2 |
<html> |
|
3 |
<head> |
|
4 |
<meta charset="UTF-8"> |
|
5 |
<title>FA tags example</title> |
|
6 |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css"> |
|
7 |
<link rel="stylesheet" href="https://unpkg.com/purecss@1.0.0/build/pure-min.css" integrity="sha384-nn4HPE8lTHyVtfCBi5yW9d20FjT8BJwUXyWZT9InLYax14RDjBj46LmSztkmNP9w" crossorigin="anonymous"> |
|
8 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
|
9 |
</head> |
|
10 |
||
11 |
<body> |
|
|
20
529418651908
Build refactoring: sbt -> mill
Tomas Zeman <tzeman@volny.cz>
parents:
13
diff
changeset
|
12 |
<div id="main">Please run mill example.fastOptJS to build the demo. Then reload this page.</div> |
|
529418651908
Build refactoring: sbt -> mill
Tomas Zeman <tzeman@volny.cz>
parents:
13
diff
changeset
|
13 |
<script type="text/javascript" src="out/example/fastOpt/dest/out.js"></script> |
| 13 | 14 |
<script> |
15 |
Example.main(); |
|
16 |
</script> |
|
17 |
</body> |
|
18 |
||
19 |
</html> |