this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 41 lines 1.7 kB view raw
1<!DOCTYPE html> 2<html lang="en"> 3 <head> 4 <meta charset="utf-8" /> 5 <title>Visa has released his new book!!</title> 6 <!-- <script type="module" src="main.js"></script> --> 7 <link rel="stylesheet" href="reset.css" /> 8 <link rel="stylesheet" href="main.css" /> 9 <link rel="icon" type="image/png" href="visa.jpeg" /> 10 <link rel="shortcut icon" type="image/png" href="visa.jpeg" /> 11 <link rel="apple-touch-icon" type="image/png" href="visa.jpeg" /> 12 <meta name="twitter:card" content="summary" /> 13 <meta name="twitter:title" content="Visa has released his new book!!" /> 14 <meta name="twitter:description" content="Click here to for a link to buy it" /> 15 <meta name="twitter:image" content="https://hasvisareleasedhisbookyet.com/visa.jpeg?thebookisout" /> 16 <!-- Global site tag (gtag.js) - Google Analytics --> 17 <script async src="https://www.googletagmanager.com/gtag/js?id=G-HCLK91FZMD"></script> 18 <script> 19 window.dataLayer = window.dataLayer || []; 20 function gtag() { 21 dataLayer.push(arguments); 22 } 23 gtag("js", new Date()); 24 25 gtag("config", "G-HCLK91FZMD"); 26 </script> 27 </head> 28 <body> 29 <div id="container"> 30 <div id="title">Has <a href="https://twitter.com/visakanv">@visakanv</a> released his book yet?</div> 31 <div id="content">Yes. Go <a href="https://visakanv.gumroad.com/l/introspect">buy it here</a>.</div> 32<!-- <div class="twitter-btn"> 33 <a href="#"><i></i> <span>Click here to nudge @visakanv</span></a> 34 </div> --> 35 <div>&nbsp;</div> 36 <div id="footer"> 37 created by <a href="https://twitter.com/__justplaying">alice</a> 38 </div> 39 </div> 40 </body> 41</html>