52 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			52 lines
		
	
	
		
			1.6 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
  <head>
 | 
						|
    <title>The Para-Real: Finding the Future in Unexpected Places</title>
 | 
						|
    <meta charset="utf-8" />
 | 
						|
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1" />
 | 
						|
    <meta name="description" content="" />
 | 
						|
    <link
 | 
						|
      rel="icon"
 | 
						|
      type="image/png"
 | 
						|
      sizes="32x32"
 | 
						|
      href="static/favicon-32x32.png"
 | 
						|
    />
 | 
						|
    <link
 | 
						|
      rel="icon"
 | 
						|
      type="image/png"
 | 
						|
      sizes="16x16"
 | 
						|
      href="static/favicon-16x16.png"
 | 
						|
    />
 | 
						|
    <!-- <link rel="manifest" href="static/site.webmanifest" /> -->
 | 
						|
    <link rel="mask-icon" href="static/safari-pinned-tab.svg" color="#5bbad5" />
 | 
						|
    <meta name="msapplication-TileColor" content="#da532c" />
 | 
						|
    <meta name="theme-color" content="#ffffff" />
 | 
						|
    <meta
 | 
						|
      content="The Para-Real: Finding the Future in Unexpected Places"
 | 
						|
      property="og:site_name"
 | 
						|
    />
 | 
						|
 | 
						|
    <meta name="twitter:card" content="summary" />
 | 
						|
    <meta
 | 
						|
      name="twitter:title"
 | 
						|
      content="The Para-Real: Finding the Future in Unexpected Places"
 | 
						|
    />
 | 
						|
    <meta name="twitter:description" content="..." />
 | 
						|
    <meta name="twitter:image" content="static/meta.png" />
 | 
						|
 | 
						|
    <meta
 | 
						|
      property="og:title"
 | 
						|
      content="The Para-Real: Finding the Future in Unexpected Places"
 | 
						|
    />
 | 
						|
    <meta property="og:description" content="" />
 | 
						|
    <meta property="og:image" content="static/meta.png" />
 | 
						|
 | 
						|
    <link rel="stylesheet" href="./src/assets/styles/index.scss" />
 | 
						|
  </head>
 | 
						|
  <body>
 | 
						|
    <div id="app"></div>
 | 
						|
    <script src="./index.js"></script>
 | 
						|
  </body>
 | 
						|
</html>
 |