a personal site
0
fork

Configure Feed

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

Update startpage.html

redirect to new startpage

authored by

Daniel Daum and committed by
GitHub
0d25301a 9d1302fa

+2 -4
+2 -4
startpage.html
··· 2 2 <html lang="en"> 3 3 4 4 <head> 5 - <meta charset="UTF-8"> 6 - <title>~/startpage</title> 7 - <link rel="stylesheet" type="text/css" href="./src/css/startpage.css"> 5 + <meta http-equiv="refresh" content="0; url='https://start-page-seven.vercel.app/'" /> 8 6 </head> 9 7 10 8 <body> ··· 66 64 </div> 67 65 </body> 68 66 69 - </html> 67 + </html>