30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| 
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | |
|     <title>Javalsai's Website - Notes</title>
 | |
|     <link rel="stylesheet" href="/styles/bundles/complete.css">
 | |
| </head>
 | |
| 
 | |
| <body class="flex column">
 | |
|     <!--# include virtual="/components/header.html" -->
 | |
|     <main>
 | |
|         <h1><a class="reference" id="notes" href="#notes">Notes</a></h1>
 | |
|         <p>This will just contain markdown notes about academic stuff. Will try to use nice web stuff as much as
 | |
|             possible, like idk, integrate qalc graphs and that into formulas or smth.</p>
 | |
|         <p>FLASHBANG ALERT!</p>
 | |
|         <ul class="row-ul">
 | |
|             <li><a href="math">math</a></li>
 | |
|             <li><a href="physics">physics</a></li>
 | |
|             <li><a href="tech">tech</a></li>
 | |
|         </ul>
 | |
|         <p>Just for my record, my idea is to name everything as in
 | |
|             <code>U<unit>_<name>.<md/html></code></p>
 | |
|         <p>Also, example of the markdown to html thing right now, from <a href="example.md">this</a> to <a href="example.html">this</a></p>
 | |
|     </main>
 | |
| </body>
 | |
| 
 | |
| </html>
 |