102 lines
		
	
	
	
		
			3.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			102 lines
		
	
	
	
		
			3.9 KiB
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 | |
| <!--suppress ALL -->
 | |
| <html>
 | |
| <head>
 | |
|     <meta charset="utf-8">
 | |
|     <title>wah! (dot moe) - {{ $title }}</title>
 | |
| </head>
 | |
| 
 | |
| <body background="/images/roscoe_tile.jpg" bgcolor="#6595fb" text="#000000" link="#FFFFFF" alink="#999999" vlink="#FFFFFF">
 | |
| <table bgcolor="#6595fb" width="850px" cellpadding="0" cellspacing="0" border="0">
 | |
|     <!-- HEADER -->
 | |
|     <tr>
 | |
|         <td>
 | |
|             <table border="0" cellpadding="0" cellspacing="0" class="nopad">
 | |
|                 <tr>
 | |
|                     <td width="90px">
 | |
|                         <img src="/images/logo-v2.gif">
 | |
|                     </td>
 | |
|                     <td valign="middle"><font color="#FFFFFF" face="sans-serif">
 | |
|                             <font size="+10"><b><i>wah! (dot moe)</i></b></font><br>
 | |
|                             <i>"i mean it looks alright, but then you realise its all tables" ~ <a href="https://nve.wtf/~alice/">alice</a></i>
 | |
|                         </font></td>
 | |
|                 </tr>
 | |
|             </table>
 | |
|         </td>
 | |
|     </tr>
 | |
|     <!-- HEADER END -->
 | |
| 
 | |
|     <!-- TOP NAV -->
 | |
|     <tr><td height="5px" bgcolor="#3366FF"><font size="-2"> </font></td></tr>
 | |
|     <tr>
 | |
|         <td>
 | |
|             <table bgcolor="#3366FF" border="0" class="nopad" cellpadding="0" cellspacing="0">
 | |
|                 <tr>
 | |
|                     <td width="10px" bgcolor="#3366FF"> </td>
 | |
|                     <td bgcolor="#3366FF" width="100%"><font face="sans-serif" color="#FFFFFF">
 | |
|                             <x-navigation></x-navigation>
 | |
|                         </font></td>
 | |
|                     <td width="5px" bgcolor="#3366FF" > </td>
 | |
|                 </tr>
 | |
|             </table>
 | |
|         </td>
 | |
|     </tr>
 | |
|     <tr><td height="5px" bgcolor="#3366FF"><font size="-2"> </font></td></tr>
 | |
|     <!-- TOP NAV END -->
 | |
| 
 | |
|     <!-- CONTENT -->
 | |
|     <tr><td height="5px" bgcolor="#FFFFFF"><font size="-2"> </font></td></tr>
 | |
|     <tr>
 | |
|         <td>
 | |
|             <table bgcolor="#FFFFFF" border="0" class="nopad" cellpadding="0" cellspacing="0">
 | |
|                 <tr>
 | |
|                     <td width="10px" bgcolor="#FFFFFF"> </td>
 | |
|                     <td bgcolor="#ffffff" width="100%"><font face="sans-serif">
 | |
|                             {{ $slot }}
 | |
|                         </font></td>
 | |
|                     <td width="5px" bgcolor="#FFFFFF" > </td>
 | |
|                 </tr>
 | |
|             </table>
 | |
|         </td>
 | |
|     </tr>
 | |
|     <tr><td height="5px" bgcolor="#FFFFFF"><font size="-2"> </font></td></tr>
 | |
|     <!-- CONTENT END -->
 | |
| 
 | |
|     <!-- BOTTOM NAV -->
 | |
|     <tr><td height="5px" bgcolor="#3366FF"><font size="-2"> </font></td></tr>
 | |
|     <tr>
 | |
|         <td>
 | |
|             <table bgcolor="#3366FF" border="0" class="nopad" cellpadding="0" cellspacing="0">
 | |
|                 <tr>
 | |
|                     <td width="10px" bgcolor="#3366FF"> </td>
 | |
|                     <td bgcolor="#3366FF" width="100%"><font face="sans-serif" color="#FFFFFF">
 | |
|                             <x-navigation></x-navigation>
 | |
|                         </font></td>
 | |
|                     <td width="5px" bgcolor="#3366FF" > </td>
 | |
|                 </tr>
 | |
|             </table>
 | |
|         </td>
 | |
|     </tr>
 | |
|     <tr><td height="5px" bgcolor="#3366FF"><font size="-2"> </font></td></tr>
 | |
|     <!-- BOTTOM NAV END -->
 | |
| 
 | |
|     <!-- FOOTER -->
 | |
|     <tr><td height="5px"><font size="-2"> </font></td></tr>
 | |
|     <tr>
 | |
|         <td>
 | |
|             <table border="0" class="nopad" cellpadding="0" cellspacing="0">
 | |
|                 <tr>
 | |
|                     <td width="10px"> </td>
 | |
|                     <td width="100%"><font face="sans-serif" color="#FFFFFF">
 | |
|                             © RoscoeDaWah 2021-2025
 | |
|                         </font></td>
 | |
|                     <td width="5px"> </td>
 | |
|                 </tr>
 | |
|             </table>
 | |
|         </td>
 | |
|     </tr>
 | |
|     <tr><td height="5px"><font size="-2"> </font></td></tr>
 | |
|     <!-- FOOTER END -->
 | |
| </table>
 | |
| </body>
 | |
| </html>
 |