Skip to content
Snippets Groups Projects

Add info tooltip

Merged Tögl, Christina requested to merge add-tooltip into master
19 files
+ 28681
0
Compare changes
  • Side-by-side
  • Inline
Files
19
+ 14
0
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<script type="module" src="dbp-tooltip-demo.js"></script>
</head>
<body>
<dbp-tooltip-demo lang="de" ></dbp-tooltip-demo>
<p>version: <span style="color: white; background-color: black;"><%= buildInfo.info %></span></p>
</body>
</html>
Loading