index.html (43 lines of code) (raw):

<!DOCTYPE html> <html> <head> <title>AutoGTPQ Index</title> <style> body { font-family: "Source Sans Pro", "Trebuchet MS", "Lucida Grande", "Bitstream Vera Sans", "Helvetica Neue", "sans-serif"; margin: 0px; } h1 { background-color: rgba(130,174,182,1); font-size: 24px; color: rgba(4,38,45,1); padding: 20px; } .explanation { background-color: rgba(215,226,241,1); font-size: 14px; color: rgba(4,38,45,1); padding: 20px; } div.package { font-size: 16px; color: rgba(79,108,142,1); border-bottom: 5px solid rgba(215,227,241,1); padding: 20px; width: 100%; } </style> </head> <body> <h1>AutoGTPQ Index</h1> <div class="package" > <a href="whl/cu117/index.html">cu117</a> </div> <div class="package" > <a href="whl/cu118/index.html">cu118</a> </div> <div class="package" > <a href="whl/rocm542/index.html">rocm542</a> </div> </body> </html>