"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 40 lines 1.0 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 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 <style> 11 h1 { 12 text-align: center; 13 } 14 .iframez { 15 float: left; 16 width: 15%; 17 padding: 5px; 18 background-color: green; 19 } 20 21 22 .main { 23 padding: 0 10px; 24 width: 60%; 25 float: left; 26 background-color: gray; 27 } 28 </style> 29 </head> 30 <body> 31 <h1>Welcome to my Website!</h1> 32<div class="iframez"> 33<p style="font-size:30px">chocolatecito</p> 34 <iframe src="https://blips.club/badges/colorful?color=00ccff&user=NTCA2K9" style="width:176px;height:193px;border:0;"></iframe> 35</div> 36<div class="main"> 37<p>es sorpresas dq mano</p> 38</div> 39 </body> 40</html>