ipod-widget-server/page/index.html
2019-07-15 21:57:23 +02:00

20 lines
436 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Test</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<style>
body {
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<h1>Test</h1>
</body>
</html>