init III
This commit is contained in:
19
HTML CSS Tabs/index1.html
Normal file
19
HTML CSS Tabs/index1.html
Normal 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>
|
||||
|
||||
Reference in New Issue
Block a user