slight updates
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 35s
All checks were successful
Swaous.Asuscomm Build / Build-Docker-Image (push) Successful in 35s
This commit is contained in:
19
site/wintryscene/index.html
Executable file
19
site/wintryscene/index.html
Executable file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Wintry Scene</title>
|
||||
<link rel="stylesheet" href="main.css">
|
||||
<link rel="icon" href="snowflake.svg">
|
||||
</head>
|
||||
<body>
|
||||
<div id="scene">
|
||||
<img src="backlayer.svg" style="transform: translateZ(-3px) scale(4);">
|
||||
<img src="midlayer.svg" style="transform: translateZ(-2px) scale(3);">
|
||||
<img src="frontlayer.svg" style="transform: translateZ(-1px) scale(2);">
|
||||
<img src="houselayer.svg">
|
||||
</div>
|
||||
<div id="snow"></div>
|
||||
<script src="main.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user