1<!DOCTYPE html> 2{% set target = meta.redirect_target %} 3<html> 4<head> 5 <title>The clangd documentation has moved to clangd.llvm.org</title> 6 <link rel="canonical" href="{{ target }}"/> 7 <meta http-equiv="refresh" content="0;url={{ target }}" /> 8</head> 9<body> 10 <h1>The clangd documentation has moved to clangd.llvm.org</h1> 11 <a href="{{ target }}">The new site<a> 12 <script>window.location='{{ target }}'</script> 13</body> 14</html> 15