26 lines
506 B
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> |