<html>
<head>
<title>My Web Page</title>
<link rel="preload" href="font.woff2" as="font" type="font/woff2" crossorigin="anonymous">
</head>
<body>
<h1>Welcome to My Website</h1>
<p>This page preloads a font for faster rendering.</p>
</body>
</html>