"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 18 lines 624 B 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 nicolasperez</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 <script type="module" src="https://md-block.verou.me/md-block.js"></script> 11 </head> 12 <body> 13 <h1>From Markdown to HTML</h1> 14 <br> 15<md-block src="simpsonvspig.md"> 16</md-block> 17 </body> 18</html>