Skip to content

Commit

Permalink
Playing around.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandre Gomes Gaigalas committed Apr 27, 2011
1 parent 0627d07 commit 6210f05
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.buildpath
.project
.settings/
nbproject
15 changes: 9 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
<!doctype html>
<html>
<head>
<title>Hello There</title>
</head>
<body>
Hello There
</body>
<head>
<title>Respect PHP Project</title>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
Hello There
</body>
</html>
Empty file added script.js
Empty file.
Empty file added style.css
Empty file.

0 comments on commit 6210f05

Please sign in to comment.