You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
449 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>My Sample Pages</title>
<link rel="stylesheet" href="mystyle.css">
<script src="myscript.js"></script>
<!-- My sample pages -->
</head>
<body>
<h1 id="h1ref"> Welcome to Fintech@NUS course </h1>
<button onclick="myFunction()">click me</button>
</body>
</html>