зеркало из https://github.com/microsoft/ml4f.git
26 строки
519 B
HTML
26 строки
519 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>ML4F</title>
|
|
|
|
|
|
<!-- Import the main script file -->
|
|
<script src="built/ml4f.js"></script>
|
|
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', function () {
|
|
const v = parseInt(window.location.search.replace(/.*seed=/, ""))
|
|
ml4f.runBrowser(v || 0)
|
|
});
|
|
</script>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
</body>
|
|
|
|
</html> |