| author | Tomas Zeman <tomas@functionals.cz> |
| Thu, 29 Apr 2021 09:50:58 +0200 | |
| changeset 39 | d671d57178fc |
| parent 33 | 53da843ccd58 |
| permissions | -rw-r--r-- |
| 19 | 1 |
<!DOCTYPE html> |
2 |
<html> |
|
3 |
<head> |
|
4 |
<meta charset="UTF-8"> |
|
5 |
<title>FA tags example</title> |
|
|
33
53da843ccd58
Font-Awesome upgrade 5.11.2 -> 5.15.1
Tomas Zeman <tomas@functionals.cz>
parents:
28
diff
changeset
|
6 |
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.1/css/all.css" crossorigin="anonymous"> |
|
53da843ccd58
Font-Awesome upgrade 5.11.2 -> 5.15.1
Tomas Zeman <tomas@functionals.cz>
parents:
28
diff
changeset
|
7 |
<link rel="stylesheet" href="https://unpkg.com/purecss@2.0.3/build/pure-min.css" crossorigin="anonymous"> |
| 19 | 8 |
<meta name="viewport" content="width=device-width, initial-scale=1"> |
9 |
</head> |
|
10 |
||
11 |
<body> |
|
|
27
c4534300acdc
Mill upgrade -> 0.5.2, using PublishM2Module, fixed project urls
Tomas Zeman <tomas@functionals.cz>
parents:
21
diff
changeset
|
12 |
<div id="main">Please run mill example.fastOpt to build the demo. Then reload this page.</div> |
|
20
529418651908
Build refactoring: sbt -> mill
Tomas Zeman <tzeman@volny.cz>
parents:
19
diff
changeset
|
13 |
<script type="text/javascript" src="out/example/fastOpt/dest/out.js"></script> |
| 19 | 14 |
<script> |
15 |
Example5.main(); |
|
16 |
</script> |
|
17 |
</body> |
|
18 |
||
19 |
</html> |