Dashboard
Repositories
filestore
Aktivität
Suche
Login
public
/
web-development/examples
Web Development Examples
Übersicht
Reflog
Commits
Dateibaum
Dokumentation
Forks
Vergleichen
Blame
|
Historie
|
Raw
rename web-components to 009-web-components
Sascha Schulz
2024-02-05
b1fe6a28c43eb1617d6c2d823b03f60909b440e5
[public/web-development/examples.git]
/
templates
/
009-web-components
/
hello-sayer.html
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Web Components</title>
<script defer src="hello-sayer.js"></script>
</head>
<body>
<hello-sayer></hello-sayer>
</body>
</html>