mirror of
https://github.com/AdaCore/VSS.git
synced 2026-02-12 13:06:25 -08:00
13 lines
318 B
HTML
13 lines
318 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head>
|
|
<title>Hello</title>
|
|
<script defer='' async='async' src='myscript.js'></script>
|
|
</head>
|
|
<body>
|
|
<p>Welcome to this example.</p>
|
|
<button disabled=''>Push me</button>
|
|
<input type='checkbox' checked='checked'/>
|
|
</body>
|
|
</html>
|