Skip to content
This repository was archived by the owner on Jun 22, 2023. It is now read-only.

Commit c3a65d2

Browse files
authored
Update default.html
1 parent 31f3688 commit c3a65d2

File tree

1 file changed

+4
-65
lines changed

1 file changed

+4
-65
lines changed

_layouts/default.html

Lines changed: 4 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,66 +1,5 @@
11
<!DOCTYPE html>
2-
<html>
3-
<script>
4-
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
5-
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
6-
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
7-
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
8-
9-
ga('create', 'UA-83146017-1', 'auto');
10-
ga('send', 'pageview');
11-
12-
</script>
13-
<head>
14-
<meta charset='utf-8'>
15-
<meta http-equiv="X-UA-Compatible" content="chrome=1">
16-
<meta name="description" content="ROCm, a New Era in Open GPU Computing : Platform for GPU Enabled HPC and UltraScale Computing ">
17-
18-
<link rel="stylesheet" type="text/css" media="screen" href="stylesheets/stylesheet.css">
19-
20-
<title>{{ page.title }}</title>
21-
</head>
22-
23-
<body>
24-
25-
<!-- HEADER -->
26-
<div id="header_wrap" class="outer">
27-
<header class="inner">
28-
<a id="forkme_banner" href="https://github.com/RadeonOpenCompute">View on GitHub</a>
29-
<img class="wrap" src="images/ROCm_Logo_128.png" alt="ROCm_Logo" />
30-
<h2 id="project_title">ROCm, a New Era in Open GPU Computing</h2>
31-
<h3 id="project_tagline">Platform for GPU-Enabled HPC and Ultrascale Computing </h3>
32-
33-
</header>
34-
35-
</div>
36-
<div id="nav">
37-
<div id="nbar">
38-
<ul>
39-
<li><a href="index.html">Overview</a></li>
40-
<li><a href="ROCmInstall.html">Getting Started</a></li>
41-
<li><a href="http://rocm-documentation.readthedocs.io/en/latest/index.html">Documentation</a></li>
42-
<li><a href="packages.html">ROCm Ecosystem</a></li>
43-
<li><a href="dl.html">Deep Learning</a></li>
44-
<li><a href="tutorials.html">Tutorials</a></li>
45-
<li><a href="blog.html">Community</a></li>
46-
<li><a href="contribute.html">Contribute</a></li>
47-
</ul>
48-
</div>
49-
</div>
50-
<!-- MAIN CONTENT -->
51-
<div id="main_content_wrap" class="outer">
52-
<section id="main_content" class="inner">
53-
{{ content }}
54-
</div>
55-
56-
<!-- FOOTER -->
57-
<div id="footer_wrap" class="outer">
58-
<footer class="inner">
59-
<p> © 2016 AMD Corporation <a href="legal.html">Disclaimer and Legal Information</a> </p>
60-
</footer>
61-
</div>
62-
63-
64-
65-
</body>
66-
</html>
2+
<meta charset="utf-8">
3+
<title>Redirecting to https://rocm-documentation.readthedocs.io/en/latest/</title>
4+
<meta http-equiv="refresh" content="0; URL=https://rocm-documentation.readthedocs.io/en/latest/">
5+
<link rel="canonical" href="https://rocm-documentation.readthedocs.io/en/latest/">

0 commit comments

Comments
 (0)