11 lines
222 B
HTML
Raw Permalink Normal View History

2018-02-06 01:24:46 +02:00
<html>
<head>
<title>Calculator Help</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>Hello world! :) </h1>
<span>My name is <strong>Tibi</strong>. </span>
</body>
</html>