This repository has been archived on 2021-04-24. You can view files and clone it, but cannot push or open issues or pull requests.
Desktop-Ponies-4-iOS/Flying Gilda/Widget.html

26 lines
506 B
HTML

<?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>