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.
35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
|
5 years ago
|
<!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="mystyle2.css">
|
||
|
|
<script src="myscripts2.js"></script>
|
||
|
|
<!-- My sample pages -->
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<h1 id="largeGreen"> MY COMPANY </h1>
|
||
|
|
<h2 id="h1ref"> Welcome to DevToolKit 1 course </h2>
|
||
|
|
<p> This is our first class! </p>
|
||
|
|
<p class = "info"> Follow my code!</p>
|
||
|
|
<a id="myLink" href="http://www.anuflora.com">Game Analytics</a>
|
||
|
|
<p class = "info button"> My Bank Pte Ltd </p>
|
||
|
|
<!--
|
||
|
|
<button class = "button" onclick="myFunction()">click me1</button>
|
||
|
|
<button class = "button" onclick="changeContent()">click me2</button>
|
||
|
|
-->
|
||
|
|
|
||
|
|
<!--fancy buttons -->
|
||
|
|
|
||
|
|
<button class = "button button1" onclick="myFunction()">click me</button>
|
||
|
|
<button class = "button button2" onclick="changeContent()">click me</button>
|
||
|
|
|
||
|
|
<svg width="200" height="200">
|
||
|
|
<circle cx="50" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
|
||
|
|
<circle cx="150" cy="50" r="40" stroke="green" stroke-width="4" fill="yellow" />
|
||
|
|
</svg>
|
||
|
|
</body>
|
||
|
|
</html>
|