15 lines
		
	
	
		
			311 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			311 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html class=""
 | 
						|
	lang="de-DE">
 | 
						|
 | 
						|
<head>
 | 
						|
    <script src="script.js"></script>
 | 
						|
    <link rel='stylesheet' id='include-fedi-css' href='style.css'/>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
    <div class="include-mastodon-feed dark" id="fedi-feed"></div>
 | 
						|
    <button onclick="activate()">Feed laden</button>
 | 
						|
</body>
 | 
						|
 | 
						|
</html> |