mirror of
				https://github.com/SphericalKat/medium.rip.git
				synced 2025-11-03 20:25:56 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			930 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			930 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
 | 
						|
<head>
 | 
						|
    <meta charset="UTF-8">
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
 | 
						|
    <link rel="stylesheet" href="src/show.css">
 | 
						|
 | 
						|
    <link rel="preconnect" href="https://fonts.googleapis.com">
 | 
						|
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
 | 
						|
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap"
 | 
						|
        rel="stylesheet">
 | 
						|
 | 
						|
    <title>{{ .Title }}</title>
 | 
						|
</head>
 | 
						|
 | 
						|
<body class="flex flex-col h-full w-full items-center">
 | 
						|
    <article class="prose lg:prose-lg sm:prose-sm py-20 px-8 md:px-0 max-w-sm sm:max-w-2xl">
 | 
						|
        <h1 class="text-2xl">{{.Title}}</h1>
 | 
						|
        <p class="pb-8"><a href="https://medium.com/u/{{.UserId}}">{{.Author}}</a> on {{.PublishDate}}</p>
 | 
						|
        {{.Paragraphs}}
 | 
						|
    </article>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |