<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>my website</title>
<style>body{text-align: center;color: #000000;background-color: #ff0000;}button{background-color: #ffffff;}</style>
</head>
<body>
<h1>bla bla header</h1>
<p>bla bla bla other stuff</p>
<a href=""><button id="result-button">I am a link to somthing</button><a>
</body>
</html>