32 lines
928 B
HTML
32 lines
928 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/projects/cellular_automata/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="description"
|
|
content="Web site created using create-react-app"
|
|
/>
|
|
<link
|
|
rel="apple-touch-icon"
|
|
href="/projects/cellular_automata/logo192.png"
|
|
/>
|
|
<link rel="manifest" href="/projects/cellular_automata/manifest.json" />
|
|
<title>React App</title>
|
|
<script
|
|
defer="defer"
|
|
src="/projects/cellular_automata/static/js/main.608a23ae.js"
|
|
></script>
|
|
<link
|
|
href="/projects/cellular_automata/static/css/main.5cae1eb5.css"
|
|
rel="stylesheet"
|
|
/>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|