1
0
Fork 0
forked from 0x2620/oxjs

change symbols from png to svg

This commit is contained in:
rlx 2011-03-07 22:31:46 +00:00
commit f8485f0874
570 changed files with 1674 additions and 343 deletions

22
source/svg/loading.html Normal file
View file

@ -0,0 +1,22 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<style>
img {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
width: 32px;
height: 32px;
margin: auto;
}
</style>
</head>
<body>
<img src="symbols/loading.svg"/>
</body>
</html>