robotcoral/coral-app

View on GitHub
src/index.html

Summary

Maintainability
Test Coverage
<!DOCTYPE html>
<html lang="en" light-color-scheme="light" dark-color-scheme="dark">
<head>
<meta charset="utf-8" />
<title>Robot Coral - Webeditor</title>
<base href="/" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="Robot Coral - Learn Programming" />
<meta
property="og:site_name"
data-page-subject="true"
content="Robot Coral"
/>
<meta property="og:url" content="https://robotcoral.de" />
<meta
property="og:description"
name="description"
content="Modern Implementation of the Karol Programming Language. This website is designed to get students age 10+ into programming. This Webapp is licensed under AGPLv3."
/>
<link rel="icon" href="assets/logo.svg" />
</head>
 
<body>
<h1 id="main-header">
Modern Implementation of the Karol Programming Language. This website is
designed to get students age 10+ into programming. This Webapp is licensed
under AGPLv3.
</h1>
<app-root></app-root>
</body>
</html>