17 lines
502 B
HTML
17 lines
502 B
HTML
<!DOCTYPE html>
|
|
|
|
<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>
|
|
<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>
|