Files
azuredatastudio/samples/extensionSamples/src/controllers/webviewExample.html
2018-03-16 11:05:40 -07:00

20 lines
343 B
HTML

<html>
<header>
<style>
html {
width: 100%;
height: 100%;
}
body {
width: 100%;
height: 100%;
background-color: skyblue;
}
</style>
</header>
<body>
Hello :)
</body>
</html>