Skip to content

Instantly share code, notes, and snippets.

View 2SN5K's full-sized avatar

2SN5K

  • Joined Oct 10, 2025
View GitHub Profile
@2SN5K
2SN5K / registration.html
Created October 14, 2025 16:07
HTML registration form
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Registration Form</title>
</head>
<body>
<div style="border:1px solid black;padding:20px;width:400px">
<form action="/submit" method="post">
@2SN5K
2SN5K / feedback.html
Created October 14, 2025 16:02
HTML Feedback form
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Feedback Form</title>
</head>
<body>
<form>
<h1>Feedback Form</h1>