-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (25 loc) · 1.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!doctype html>
<html lang="en">
<head>
<title>Ashwin Kumar Vijay</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto Mono">
<link rel="stylesheet" href="index.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/gl-matrix/3.4.2/gl-matrix-min.js" integrity="sha512-eV9ExyTa3b+YHr99IBTYpwk4wbgDMDlfW8uTxhywO8dWb810fGUSKDgHhEv1fAqmJT4jyYnt1iWWMW4FRxeQOQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script type="text/javascript" src="webgl/shaders_common.js" defer></script>
<script type="text/javascript" src="webgl/shaders_pathTracer.js" defer></script>
<script type="text/javascript" src="webgl/shaders_copy.js" defer></script>
<script type="text/javascript" src="webgl/glRenderer.js" defer></script>
<script type="text/javascript" src="webgl/webgl.js" defer></script>
</head>
<body>
<div class="mainbox">
<p>
Hello!
</p>
<p>
My name is Ashwin Kumar Vijay, and I work on Rendering and Graphics and through the XR pipeline.
</p>
</div>
</body>
</html>