Creating plugin !
This commit is contained in:
parent
27c3900d95
commit
00237e2179
8 changed files with 356 additions and 0 deletions
5
resources/404.html
Normal file
5
resources/404.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>404 NOT FOUND</title>
|
||||
</head>
|
||||
<body>Error. File not found !</body>
|
8
resources/index.html
Normal file
8
resources/index.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<html>
|
||||
<head>
|
||||
<title>Welcome to your new website !</title>
|
||||
</head>
|
||||
<body>
|
||||
<h3>Welcome to your new website ! You can edit it in your new folder !</h3>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue