~dricottone/blog

blog/static/landing_page/index.html -rw-r--r-- 555 bytes
eb40f8f6Dominic Ricottone RSS feeds 21 days 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>