-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 947 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 947 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="github" content="https://github.com/akarcode/" />
<meta name="repository" content="https://github.com/akarcode/DaVinciResolveProjectSettings/" />
<meta http-equiv="refresh" content="0; url=davinci-master-settings.html" />
<script type="text/javascript">
window.location.href = "davinci-master-settings.html";
</script>
<title>redirecting...</title>
<style>
body {
background-color: #28282e;
color: #929292;
font-family: sans-serif;
font-size: 14px;
}
a {
color: #fff;
}
</style>
</head>
<body>
If you are not redirected automatically, <a href="davinci-master-settings.html">click here!</a>.
</body>
</html>