69 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			69 lines
		
	
	
		
			2.7 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang='en'>
 | |
|   <head>
 | |
|     <meta charset='utf-8'>
 | |
|     <meta http-equiv='content-language' content='en'>
 | |
|     <title>iOS to HTML</title>
 | |
|     <meta name='author' content='Patrick Neumann'>
 | |
|     <meta name='author' content='co-authored by Odin Heitmann'>
 | |
|     <meta name='publisher' content='Patrick Neumann'>
 | |
|     <meta name='copyright' content='Patrick Neumann'>
 | |
|     <meta name='description' content='Processed iOS Backup'>
 | |
|     <meta name='robots' content='noindex, nofollow'>
 | |
|     <link href='./favicon.ico' rel='icon'>
 | |
|     <link href='./theme.css' rel='stylesheet' type='text/css'>
 | |
|     <!--[if lte IE 7]>
 | |
|       <link href='./iehacks.min.css' rel='stylesheet' type='text/css'>
 | |
|     <![endif]-->
 | |
|     <!--[if lt IE 9]>
 | |
|       <script src='./html5shiv.min.js' type='text/javascript'></script>
 | |
|     <![endif]-->
 | |
|   </head>
 | |
|   <body>
 | |
|     <ul class='ym-skiplinks'>
 | |
|       <li><a class='ym-skip' href='#nav'>Skip to navigation (Press Enter)</a></li>
 | |
|       <li><a class='ym-skip' href='#main'>Skip to main content (Press Enter)</a></li>
 | |
|     </ul>
 | |
|     <div class='ym-wrapper'>
 | |
|       <div class='ym-wbox'>
 | |
|         <header>
 | |
|           <h1>iOS to HTML</h1>
 | |
|           <span>... featured by bash, awk, pl(ist)util, sqlite3 & co.</span>
 | |
|         </header>
 | |
|         <nav id='nav' class='ym-hlist'>
 | |
|           <ul>
 | |
|                 <li><a href='index.html'>Main</a></li>
 | |
|                 <li><a href='accounts.html'>Accounts</a></li>
 | |
| 								<li><a href='applications.html'>Applications</a></li>
 | |
| <li><a href='ios2html.log' target='_blank'><code>ios2html.log</code></a></li>
 | |
|           </ul>
 | |
|         </nav>
 | |
|         <main id='main'>
 | |
|           <h2>SMS/iMessage</h2>
 | |
|           <h4>Sources</h4>
 | |
|           <ul class=file>
 | |
| 						<li><code>sms.db not found</code></li>
 | |
|           </ul>
 | |
|           <h3>Information</h3>
 | |
|          <table>
 | |
|             <tr>
 | |
|               <th>ID</th>
 | |
|               <th>Text</th>
 | |
|               <th>Service</th>
 | |
|               <th>Date</th>
 | |
|               <th>Me</th>
 | |
|               <th>Direction</th>
 | |
|               <th>Other</th>
 | |
|             </tr>
 | |
|             <tr><td class='highlight' colspan='7'>ERROR: database not found!</td></tr>
 | |
| 					</table>
 | |
|         </main>
 | |
|         <footer>
 | |
|           <p>Generated with the <a href='ios2html.txt' target='_blank'><code>ios2html</code></a> shell script by <a href='mailto:%70atri%63k%40neumann%73%6Cand%2Ede'>P. Neumann</a> and <a href='mailto:odi%6E.heitma%6En@g%6Dail.com'>O. Heitmann</a> – Layout based on <a href='http://www.yaml.de'>YAML</a></p>
 | |
|         </footer>
 | |
|       </div>
 | |
|     </div>
 | |
|     <script src='./yaml-focusfix.min.js' type='text/javascript'></script>
 | |
|   </body>
 | |
| </html>
 |