16 lines
334 B
HTML
16 lines
334 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>Resource Hints
|
|
</title>
|
|
<link rel="dns-prefetch" href="//example.com">
|
|
<link rel="preconnect" href="http://example.com">
|
|
<link rel="prefetch" href="js/body.js" as="script">
|
|
<link rel="prerender" href="http://0.0.0.0:8282/info/amp.html">
|
|
</head>
|
|
<body>
|
|
<p>Hello!</p>
|
|
|
|
</body>
|
|
</html>
|