This website works better with JavaScript.
Home
Explore
Help
Sign In
niduroki
/
KPress
Archived
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Created important files
Filled with sample text.
master
Kondou
8 years ago
parent
2e90fe3856
commit
01940e03be
8 changed files
with
24 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
comments.php
+3
-0
footer.php
+3
-0
functions.php
+3
-0
header.php
+3
-0
index.php
+3
-0
page.php
+3
-0
sidebar.php
+3
-0
single.php
+ 3
- 0
comments.php
View File
@ -0,0 +1,3 @@
<
?
php
echo
(
"
Work in Progress!
"
);
?>
+ 3
- 0
footer.php
View File
@ -0,0 +1,3 @@
<
?
php
echo
(
"
Work in Progress!
"
);
?>
+ 3
- 0
functions.php
View File
@ -0,0 +1,3 @@
<
?
php
echo
(
"
Work in Progress!
"
);
?>
+ 3
- 0
header.php
View File
@ -0,0 +1,3 @@
<
?
php
echo
(
"
Work in Progress!
"
);
?>
+ 3
- 0
index.php
View File
@ -0,0 +1,3 @@
<
?
php
echo
(
"
Work in Progress!
"
);
?>
+ 3
- 0
page.php
View File
@ -0,0 +1,3 @@
<
?
php
echo
(
"
Work in Progress!
"
);
?>
+ 3
- 0
sidebar.php
View File
@ -0,0 +1,3 @@
<
?
php
echo
(
"
Work in Progress!
"
);
?>
+ 3
- 0
single.php
View File
@ -0,0 +1,3 @@
<
?
php
echo
(
"
Work in Progress!
"
);
?>