~dricottone/blog

ref: 8f49eee85eb919e6cf8ed2d6a0d5ef363d3d8e98 blog/static/landing_page/index.html -rw-r--r-- 555 bytes
8f49eee8Dominic Ricottone Color changes 1 year, 6 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!doctype html>
<html lang="en">
<head>
  <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1">
  <title>Ubuntu2</title>
</head>
<body>
  <main>
    <div id="content">
      <h1>Welcome!</h1>
      <p>This is the default landing page for Ubuntu2.</p>
      <p>Looking for a blog? Try <a href="https://www.dominic-ricottone.com">www.dominic-ricottone.com</a>.</p>
      <p>Looking for a code repository? Try <a href="https://git.dominic-ricottone.com">git.dominic-ricottone.com</a>.</p>
    </div>
  </main>
</body>
</html>