Socialify

Folder ..

Viewing index.html
12 lines (13 loc) • 639.0 B

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <title>authorr</title>
</head>
<body>
    <h1>authorr will live here</h1>
    <p>This is the default landing page for the application called 'author' which is currently being developed by me. This application will be hosted here. Although there is not much to see yet, you're always welcome to have a look at the open source project's repository on <a href="https://www.github.com/luciferreeves/authorr">Github</a> </p>
</body>
</html>