Skip to content
Snippets Groups Projects
Commit 32710e4c authored by Jonas Leder's avatar Jonas Leder
Browse files

remove internal folder

parent 74d3104f
No related branches found
No related tags found
No related merge requests found
Pipeline #757 passed
<?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);
}
\ No newline at end of file
<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>
\ No newline at end of file
<!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" >
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment