2
0
Files
guilloche-generator/src/index.html

15 lines
491 B
HTML

<!doctype html>
<html lang="de-DE">
<head>
<meta charset="utf-8">
<title>Random Guilloche Generator</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
</head>
<body>
<app-root></app-root>
</body>
</html>