Changes

220 bytes added ,  11:24, 13 November 2019
no edit summary
Line 1: Line 1:  
<!--The following line of code hides the page title-->
 
<!--The following line of code hides the page title-->
{{DISPLAYTITLE:<span style="position: absolute; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}</span>}}
+
 
 +
<!DOCTYPE html>
 +
<html>
 +
<head>
 +
<style>
 +
body {
 +
  background-color: linen;
 +
}
 +
 
 +
h1 {
 +
  color: blue;
 +
  margin-left: 40px;
 +
}
 +
</style>
 +
</head>
 +
<body>
 +
{{DISPLAYTITLE:<span style="position: absolute;  
 +
clip: rect(1px 1px 1px 1px);  
 +
clip: rect(1px, 1px, 1px, 1px);">{{FULLPAGENAME}}
 +
</span>}}
 +
<h1>This is a heading</h1>
 +
<p>This is a paragraph.</p>
 +
 
 +
</body>
 +
</html>
 +
 
    
{{TEMP_MyGCHR}}
 
{{TEMP_MyGCHR}}