-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
1 lines (1 loc) · 1.04 KB
/
index.html
File metadata and controls
1 lines (1 loc) · 1.04 KB
1
<!doctype html><html lang="en"><head><meta charset="UTF-8"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta property="og:locale" content="en"><meta property="og:type" content="application"><meta property="og:title" content="Hacker News"><meta property="og:description" content="Stay informed with Hacker News"><title>Hacker News</title><script defer="defer" src="dist/bundle.js"></script></head><body class="mx-10 mb-5 h-full bg-gradient-to-tl from-violet-500 to-red-500"><h1 class="p-10 text-4xl text-center text-yellow-500 font-bold">HACKER NEWS</h1><div id="js-news-container"></div><div class="flex justify-around"><p><button id="prev-button" class="px-5 py-3 my-4 bg-blue-700 text-slate-200 rounded-xl hover:bg-blue-900 active:bg-blue-500 invisible"><</button></p><p id="current-page" class="px-5 py-3 my-4 bg-slate-400 text-blue-800 rounded-xl">Pagina corrente: 1</p><p><button id="next-button" class="px-5 py-3 my-4 bg-blue-700 text-slate-200 rounded-xl hover:bg-blue-900 active:bg-blue-500">></button></p></div></body></html>