@@ -8,7 +8,8 @@ export default function App() {
8
8
{ name : "Home" , href : "" , current : true } ,
9
9
{ name : "Lesesalen" , href : "lesesalen" , current : false } ,
10
10
{ name : "Breakfast" , href : "brekkie" , current : false } ,
11
- { name : "MusicQuiz" , href : "musicquiz" , current : false } ,
11
+ { name : "MicrloBib" , href : "micrlobib" , current : false } ,
12
+ { name : "Complonents" , href : "complonents" , current : false } ,
12
13
{
13
14
name : "Github" ,
14
15
href : "https://github.com/HenrikEide" ,
@@ -111,6 +112,22 @@ export default function App() {
111
112
</ header >
112
113
< CardL title = { "" } content = { "" } image = { "" } />
113
114
</ div >
115
+ < div className = "my-80" > </ div >
116
+ < div className = "px-4 py-6 sm:px-0 flex flex-col space-y-8 text-xs" >
117
+ < h2 className = "text-xl font-bold tracking-tight text-gray-900 mb-2" >
118
+ Legacy content
119
+ </ h2 >
120
+ < p className = "text-gray-700" >
121
+ < a href = "/musicquiz" className = "font-bold border-2 p-1 mr-4 bg-slate-200
122
+ hover:bg-slate-300" > Musicquiz</ a >
123
+ I am going to be ultra copyright destroyed
124
+ </ p >
125
+ < p className = "text-gray-700" >
126
+ < a href = "/supermariorl" className = "font-bold border-2 p-1 mr-4 bg-slate-200
127
+ hover:bg-slate-300" > Super Mario Irl</ a >
128
+ My first site, kept as a reminder that we all start somewhere
129
+ </ p >
130
+ </ div >
114
131
{ /* /End replace */ }
115
132
</ div >
116
133
</ div >
0 commit comments