File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="de ">
3+ < head >
4+ < meta charset ="UTF-8 ">
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6+ < title > Green Apple Browser</ title >
7+ < link rel ="stylesheet " href ="style.css ">
8+ </ head >
9+ < body >
10+ < div class ="browser-container ">
11+ <!-- Header mit Logo -->
12+ < div class ="header ">
13+ < h1 > 🍏 Green Apple Browser</ h1 >
14+ </ div >
15+
16+ <!-- Navigation Bar -->
17+ < div class ="navbar ">
18+ < button id ="back-btn "> ← Zurück</ button >
19+ < button id ="forward-btn "> Vorwärts →</ button >
20+ < button id ="reload-btn "> ⟲ Neu laden</ button >
21+ < input type ="text " id ="url-input " placeholder ="URL eingeben (z.B. https://google.com) ">
22+ < button id ="go-btn "> Go</ button >
23+ </ div >
24+
25+ <!-- Browser Display Area -->
26+ < div class ="browser-content ">
27+ < iframe id ="browser-frame " src ="https://www.google.com "> </ iframe >
28+ </ div >
29+ </ div >
30+
31+ < script src ="script.js "> </ script >
32+ </ body >
33+ </ html >
You can’t perform that action at this time.
0 commit comments