mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
24 lines
No EOL
432 B
Text
24 lines
No EOL
432 B
Text
<!DOCTYPE HTML>
|
|
<!--
|
|
Comments are overrated
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>HTML Sample</title>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<style type="text/css">
|
|
h1 {
|
|
color: #CCA3A3;
|
|
}
|
|
body {
|
|
}
|
|
</style>
|
|
<script type="text/javascript">
|
|
window.alert("I am a sample...");
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<h1>Heading No.1</h1>
|
|
<input disabled type="button" value="Click me" />
|
|
</body>
|
|
</html> |