2022-09-20 15:40:53 +02:00

71 lines
1.3 KiB
Plaintext

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Tsne renders</title>
<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="/assets/d3.min.js"></script>
<script src="/assets/render.js"></script>
<link href='http://fonts.googleapis.com/css?family=Roboto:400,300' rel='stylesheet' type='text/css'>
<style>
body {
font-family: 'Roboto', sans-serif;
color: #333;
font-weight: 300;
font-size: 16px;
}
svg {
border: 1px solid #333;
width: 100%;
height: 100%
}
#wrap {
width: 800px;
margin-left: auto;
margin-right: auto;
}
#embed {
margin-top: 10px;
}
h1 {
text-align: center;
font-weight: normal;
}
.tt {
margin-top: 10px;
background-color: #EEE;
border-bottom: 1px solid #333;
padding: 5px;
}
.txth {
color: #F55;
}
.cit {
font-family: courier;
padding-left: 20px;
font-size: 14px;
}
.u {
color: #FF0000;
}
</style>
<script>
</script>
</head>
<body>
<div id="embed"></div>
</body>
</html>