update
This commit is contained in:
20
javascript/masodfoku/index.html
Normal file
20
javascript/masodfoku/index.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Masodfoku</title>
|
||||
</head>
|
||||
<body>
|
||||
a<input type="number" id="a">
|
||||
b<input type="number" id="b">
|
||||
c<input type="number" id="c">
|
||||
<button id="submit" onclick="input()">Submit</button>
|
||||
<br>
|
||||
<div id="ertekek"></div>
|
||||
<div id="hiba"></div>
|
||||
<div id="eredmeny1"></div>
|
||||
<div id="eredmeny2"></div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user