23 lines
No EOL
402 B
HTML
23 lines
No EOL
402 B
HTML
<!doctype html>
|
|
<html lang="">
|
|
<head>
|
|
<link rel="stylesheet" href="./style.css" type="text/css" />
|
|
|
|
<script type="text/javascript"><!--
|
|
var friendica_domain = "http://your.friendica.tld"
|
|
//--></script>
|
|
|
|
</head>
|
|
<article>
|
|
<h1>Article Header</h1>
|
|
<p>test text</p>
|
|
</article>
|
|
|
|
<script language="JavaScript" src="./friendica_comments.js">
|
|
</script>
|
|
|
|
<div id ="comments">
|
|
</div>
|
|
|
|
</body>
|
|
</html> |