"Javeen's Place" Source Code tapeykatt.neocities.org
website
0
fork

Configure Feed

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

at main 30 lines 1.6 kB view raw
1<!DOCTYPE html> 2<html> 3 <head> 4 <meta charset="UTF-8"> 5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 6 <title>The web site of tapeykatt</title> 7 <!-- The style.css file allows you to change the look of your web pages. 8 If you include the next line in all your web pages, they will all share the same look. 9 This makes it easier to make new pages for your site. --> 10 <link href="/style.css" rel="stylesheet" type="text/css" media="all"> 11 <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png?v=3"> 12<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png?v=3"> 13<link rel="icon" type="image/png" sizes="192x192" href="/android-chrome-192x192.png?v=3"> 14<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png?v=3"> 15<link rel="manifest" href="/site.webmanifest?v=3"> 16<link rel="mask-icon" href="/safari-pinned-tab.svg?v=3" color="#5bbad5"> 17<link rel="shortcut icon" href="/favicon.ico?v=3"> 18<meta name="apple-mobile-web-app-title" content="Tapeykatt"> 19<meta name="application-name" content="Tapeykatt"> 20<meta name="msapplication-TileColor" content="#2d89ef"> 21<meta name="msapplication-TileImage" content="/mstile-144x144.png?v=3"> 22<meta name="theme-color" content="#2d89ef"> 23 </head> 24 <body> 25 <h1>Lipsync test</h1> 26 <iframe id="embedplayer" src="https://inv.nadeko.net/embed/VUzw_IZ5tfs" width="425" height="344" allowfullscreen scrolling="off" frameborder="0"></iframe> 27 <br> 28 <a href="javascript:history.go(-1)">Back</a> 29 </body> 30</html>