mirror of https://github.com/01-edu/public.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
411 B
21 lines
411 B
<!DOCTYPE html> |
|
<html> |
|
|
|
<head> |
|
<title>Gossip grid</title> |
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
<link id="fav" rel="shortcut icon" type="image/x-icon" href="data:image/x-icon;,"> |
|
<link rel="stylesheet" type="text/css" href="./gossip-grid.css"> |
|
</head> |
|
|
|
<body> |
|
<script type="module"> |
|
|
|
import { grid } from './gossip-grid.js' |
|
|
|
grid() |
|
|
|
</script> |
|
</body> |
|
|
|
</html> |