13 lines
264 B
Text
13 lines
264 B
Text
<!DOCTYPE html>
|
|
<title>Title</title>
|
|
|
|
<style>body {width: 500px;}</style>
|
|
|
|
<script type="application/javascript">
|
|
function $init() {return true;}
|
|
</script>
|
|
|
|
<body>
|
|
<p checked class="title" id='title'>Title</p>
|
|
<!-- here goes the rest of the page -->
|
|
</body>
|