added dom stuff
This commit is contained in:
@ -2,12 +2,15 @@
|
||||
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href ="style.css">
|
||||
<meta charset="UTF-8"/>
|
||||
<meta name="viewport" content = "width=device.width, initial-scale=1.0"/>
|
||||
<script src="main.js"></script>
|
||||
<title>javascript test</title>
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="press()">Drück mich</button>
|
||||
<p class="center">webside test mit node backend</p>
|
||||
<button class="center" onclick="press()">Drück mich</button>
|
||||
<button class="center" onclick="redBg()">hintergrund rot(dom)</button>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user