summaryrefslogtreecommitdiff
path: root/graphs/js/coordinatesDisplay/index.html
blob: d2bf830f18d86377999e7f31b89e7d54eeaad071 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html>
<head>
    <title>Async Display</title>
    <meta charset="utf-8" />
    <style type="text/css">
        #asyncGrid {
            width: 100px;
            height: 100px;
            border: 1px solid black;
            position: absolute;
            top: calc(50% - 250px); 
            left: calc(50% - 250px);      
        }
    </style>
</head>
<body>
    <script type="text/javascript" src="coordinates.js"></script>
</body>
</html>