Revert "github generated gh-pages branch"
This reverts commit 97e0e510b5.
This commit is contained in:
4
h/.gitignore
vendored
Normal file
4
h/.gitignore
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
*.swp*
|
||||
*tmp*
|
||||
*swp*
|
||||
*~
|
||||
4
h/haskell.hs
Normal file
4
h/haskell.hs
Normal file
@@ -0,0 +1,4 @@
|
||||
module Main
|
||||
where
|
||||
|
||||
main=putStrLn "Hello, World!"
|
||||
10
h/html.html
Normal file
10
h/html.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>
|
||||
Hello World HTML
|
||||
</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello World</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user