remove internal folder
This commit is contained in:
parent
74d3104f3f
commit
32710e4cb8
3 changed files with 0 additions and 29 deletions
|
@ -1,10 +0,0 @@
|
|||
<?php
|
||||
|
||||
function getComments($article){
|
||||
echo(<<<EOF
|
||||
<script src='https://www.hCaptcha.com/1/api.js' async defer></script>
|
||||
<h2>Kommentare:</h2>
|
||||
<jl-comments_display></jl-comments_display>
|
||||
<jl-new_comment id="newComment"></jl-new_comment>
|
||||
EOF);
|
||||
}
|
|
@ -1,8 +0,0 @@
|
|||
<h2>Kommentare:</h2>
|
||||
<jl-comments_display></jl-comments_display>
|
||||
<jl-new_comment id="newComment"></jl-new_comment>
|
||||
</div>
|
||||
<jl-footer></jl-footer>
|
||||
|
||||
<script src='https://www.hCaptcha.com/1/api.js' async defer></script>
|
||||
<script src="/js/script.js"></script>
|
|
@ -1,11 +0,0 @@
|
|||
<!DOCTYPE html >
|
||||
<html lang = "de" >
|
||||
<head >
|
||||
<meta charset = "UTF-8" >
|
||||
<meta name = "viewport" content = "width=device-width, initial-scale=1.0" >
|
||||
<title></title>
|
||||
<link href = "/css/style.css" rel = "stylesheet" >
|
||||
</head >
|
||||
<body >
|
||||
<jl-header data-title="$pagetitle"></jl-header>
|
||||
<div id = "content" >
|
Loading…
Reference in a new issue