mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
20 lines
343 B
HTML
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>
|