13 lines
330 B
HTML
13 lines
330 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
<meta name="description" content="Learn to program" />
|
||
|
<title>Learn to program</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>Interested in learning how to program?</h1>
|
||
|
</body>
|
||
|
</html>
|