Initial commit
This commit is contained in:
15
Assigments/4/CLionProject/example/form.html
Normal file
15
Assigments/4/CLionProject/example/form.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Form example</title>
|
||||
<meta charset="utf-8"/>
|
||||
</head>
|
||||
<body>
|
||||
<form>
|
||||
Your Number: <input type="text"> <br/>
|
||||
<input type="button" value="OK"/>
|
||||
<!--
|
||||
-->
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user