Added Ponies
This commit is contained in:
26
Flying Gilda/Widget.html
Normal file
26
Flying Gilda/Widget.html
Normal file
@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
<meta name="viewport" content="width=device-width, user-scalable=no" />
|
||||
|
||||
<link rel="stylesheet" href="Resources/Css/Main/LS.css" type="text/css" media="screen" />
|
||||
|
||||
|
||||
|
||||
<body onload="init()">
|
||||
|
||||
<img id="Wallpaper" src="Wallpaper.png">
|
||||
<img id="Icon" src="Images/Icons/blank.gif">
|
||||
|
||||
</head>
|
||||
|
||||
<script>
|
||||
|
||||
document.getElementById("Icon").src="Images/Icons/" + Icon;
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user