mirror of
				https://github.com/newtype256/website.git
				synced 2025-11-04 12:20:47 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			43 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			43 lines
		
	
	
	
		
			1.1 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
---
 | 
						|
title: Home
 | 
						|
---
 | 
						|
 | 
						|
<h2>Welcome</h2>
 | 
						|
 | 
						|
<img src="/images/haskell-logo.png" style="float: right; margin: 10px;" />
 | 
						|
 | 
						|
<p>Welcome to my blog!</p>
 | 
						|
 | 
						|
<p>I've reproduced a list of recent posts here for your reading pleasure:</p>
 | 
						|
 | 
						|
<h2>Posts</h2>
 | 
						|
$partial("templates/post-list.html")$
 | 
						|
 | 
						|
<p>…or you can find more in the <a href="/archive.html">archives</a>.</p>
 | 
						|
 | 
						|
<!--
 | 
						|
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
  <meta charset="utf-8" />
 | 
						|
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
  <title>newtype</title>
 | 
						|
  <meta name="viewport" content="width=device-width, initial-scale=1">
 | 
						|
  <link rel="stylesheet" type="text/css" media="screen" href="static/css/main.css" />
 | 
						|
</head>
 | 
						|
<body class="hack">
 | 
						|
  <div class="main container">
 | 
						|
    <h1>
 | 
						|
      new<b id="T"><u>t</u></b
 | 
						|
        ><b id="Y"><u>y</u></b
 | 
						|
        ><b id="P"><u>p</u></b
 | 
						|
        ><b id="E"><u>e</u></b
 | 
						|
        ><b id="bropen" ><u>(</u></b
 | 
						|
        ><b id="brclose"><u>)</u></b><span id="hidden"> { newtype | newtype& }; newtype</span>
 | 
						|
    </h1>
 | 
						|
    <p>Nicolas Hovart • Ryan Lahfa • Yvan Sraka </p>
 | 
						|
    <p><a href="mailto:contact@newtype.fr">contact@newtype.fr</a></p>
 | 
						|
  </div>
 | 
						|
</body>
 | 
						|
</html>
 | 
						|
-->
 |