(Created page with "<html> <head> <style> #home_logo, #sideMenu { display:none; } #sideMenu, #top_title, .patrollink {display:none;} #content { margin-left:0px; margin-top:-7px; padding:0px; wi...") |
|||
Line 5: | Line 5: | ||
#home_logo, #sideMenu { display:none; } | #home_logo, #sideMenu { display:none; } | ||
#sideMenu, #top_title, .patrollink {display:none;} | #sideMenu, #top_title, .patrollink {display:none;} | ||
− | + | body {background-color:white;} | |
− | body {background-color:white; } | + | |
#bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | #bodyContent h1, #bodyContent h2, #bodyContent h3, #bodyContent h4, #bodyContent h5 { margin-bottom: 0px; } | ||
Line 12: | Line 11: | ||
</style> | </style> | ||
</head> | </head> | ||
+ | <body> | ||
+ | <p>Hello World</p> | ||
+ | </body> | ||
</html> | </html> |
Revision as of 05:12, 13 October 2018
Hello World