This commit is contained in:
2024-10-14 00:08:40 +02:00
parent dbfba56f66
commit 1462d52e13
4572 changed files with 2658864 additions and 0 deletions

19
HTML CSS Tabs/index1.html Normal file
View File

@@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<title>Put your title here</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="index1.css" type="text/css" rel="stylesheet">
<meta http-equiv="refresh" content="5; URL=index1.html">
</head>
<body>
<div class="input">
<input class="text" type="text" name="name">
</div>
<div class="button">
<input class="submit" type="submit" value="los">
</div>
</body>
</html>