platform/packages/wings/web/index.html

13 lines
327 B
HTML
Raw Normal View History

2018-07-10 15:06:29 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Angel Wings</title>
<link rel="stylesheet" href="site.css">
</head>
<body>
<h1>Hello!!!</h1>
</body>
</html>