Alfariskhan/brain_tumor3
0
1<!DOCTYPE html>2<html>3<head>4 <title>Register</title>5 <link rel="stylesheet" href="css/style.css">6 <style>body { background-image: url('assets/bg-register.jpg'); }</style>7</head>8<body>9 <div class="container">10 <h2>Create Account</h2>11 <input id="reg_username" type="text" placeholder="Username">12 <input id="reg_password" type="password" placeholder="Password">13 <button onclick="handleRegister()">Register</button>14 </div>15 <script src="script.js"></script>16</body>17</html>18 