My Website
0
fork

Configure Feed

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

Update index.html

authored by

WillM and committed by
GitHub
5f62325c a63e37ab

+5 -6
+5 -6
index.html
··· 7 7 <title>My Website</title> 8 8 </head> 9 9 <body> 10 - <div> 10 + <div class="headers"> 11 11 <a class="headerselected" href="index.html"> 12 12 Home 13 13 </a> ··· 20 20 <div class="subheader"> 21 21 About Me 22 22 </div> 23 - 24 23 <div class="imagewithtext"> 25 - <img style="float: left;" src="logo.png"> 24 + <img style="width: 256px" src="logo.png"> 26 25 </div> 27 26 <div class="content"> 28 - I make stuff for fun using <br> 29 - different programming <br> 30 - languages each time. <br> 27 + I make stuff for fun using 28 + different programming 29 + languages each time. 31 30 </div> 32 31 </div> 33 32 </body>