Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin committed Feb 26, 2019
0 parents commit 5ba1362
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Auto detect text files and perform LF normalization
* text=auto
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Config file
inc/config.php

# Sublime files
sftp-config.json
31 changes: 31 additions & 0 deletions index.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html>
<head>
<title>WoW.tools - Soon™</title>
<style type='text/css'>
html{
background-color: #2c2c2c;
}
#message{
width: 100%;
text-align: center;
color: white;
font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}
a{
text-decoration: none;
color: white;
font-size: 12px;
}
</style>
</head>
<body>
<div id='message'>
Coming soon™!
<br>
<a href='//twitter.com/Marlamin'><i>- Marlamin</i></a>
</div>
</body>
</html>

0 comments on commit 5ba1362

Please sign in to comment.