Move resources into external files

This commit is contained in:
Valentin Ivanov
2018-04-23 12:36:54 -04:00
committed by Juha Ristolainen
parent 35ce1e244f
commit 4a77a37875
7 changed files with 82 additions and 61 deletions

4
test.html Normal file
View File

@@ -0,0 +1,4 @@
<body style="background-color:indianred">
<img widht="64px" height="64px" src="./assets/r1.svg">
<img src="./assets/r1.png">
</body>