mirror of
https://github.com/c0de-archive/hacktoberfest-2018.git
synced 2024-12-22 05:12:40 +00:00
updates
This commit is contained in:
parent
0610d02da9
commit
f2d6f20830
@ -3,3 +3,4 @@ title: My First PR
|
|||||||
description: Helping first time contributors to make their first contribution. My First PR.
|
description: Helping first time contributors to make their first contribution. My First PR.
|
||||||
logo: https://raw.githubusercontent.com/my-first-pr/my-first-pr.github.io/master/assets/images/logo.png
|
logo: https://raw.githubusercontent.com/my-first-pr/my-first-pr.github.io/master/assets/images/logo.png
|
||||||
show_downloads: false
|
show_downloads: false
|
||||||
|
exclude: ["code/"]
|
||||||
|
8
code/lukeoliff.html
Normal file
8
code/lukeoliff.html
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>HTML Example</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<p>Hello World</p>
|
||||||
|
</body>
|
||||||
|
</html>
|
11
code/lukeoliff.php
Normal file
11
code/lukeoliff.php
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
<!--
|
||||||
|
http://php.net/manual/en/tutorial.firstpage.php
|
||||||
|
-->
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<title>PHP Test</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<?php echo '<p>Hello World</p>'; ?>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue
Block a user