mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 01:25:37 -05:00
add samples (#920)
This commit is contained in:
19
samples/extensionSamples/src/controllers/webviewExample.html
Normal file
19
samples/extensionSamples/src/controllers/webviewExample.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<html>
|
||||
<header>
|
||||
<style>
|
||||
html {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background-color: skyblue;
|
||||
}
|
||||
</style>
|
||||
</header>
|
||||
<body>
|
||||
Hello :)
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user