Skip to content

Instantly share code, notes, and snippets.

View Arbas69's full-sized avatar
πŸ’­
learning....

Shaik Arbas Hussain Arbas69

πŸ’­
learning....
View GitHub Profile
@Arbas69
Arbas69 / index.html
Created April 22, 2026 16:28
A frontend HTML page
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Simple To-Do App</title>
<style>
body {
font-family: Arial, sans-serif;
background: #f4f4f4;
display: flex;