@google/dscc-gen
Version:
Create component & connector projects with sane defaults.
24 lines (19 loc) • 359 B
HTML
<html>
<head>
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<style>
body {
font-family: Roboto;
}
code {
background-color: #fdf6e3;
color: #586e75;
}
</style>
</head>
<body>
<script src="main.js"></script>
<link rel="stylesheet" href="index.css">
</body>
</html>