688cd1d912
See the README.md for more context about this project. TODO: I configure nginx to serve static files from /var/www/learn. I'd like to symlink /var/www/learn to briefcase/learn as part of my `rebuild` script, but I don't currently.
12 lines
330 B
HTML
12 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>
|