🚀 deploy project
This commit is contained in:
17
router/home.html
Normal file
17
router/home.html
Normal file
@@ -0,0 +1,17 @@
|
||||
<div class="home">
|
||||
<h1>ligma balls - home</h1>
|
||||
</div>
|
||||
<style>
|
||||
@import url(main.css);
|
||||
|
||||
.home {
|
||||
animation: home 1s forwards;
|
||||
}
|
||||
|
||||
@keyframes home {
|
||||
/* @formatter:off */
|
||||
from { opacity: 0; }
|
||||
to { opacity: 1; }
|
||||
/* @formatter:on */
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user