Skip to content

Commit

Permalink
feat(careers-whatislove-dev): add preload for process media wd-655 (#659
Browse files Browse the repository at this point in the history
)
  • Loading branch information
what1s1ove committed Jun 19, 2024
1 parent e7edf0d commit fd34e6f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/careers-whatislove-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,21 @@

<meta name="viewport" content="width=device-width, initial-scale=1" />

<link
rel="preload"
href="/videos/process.mp4"
crossorigin="anonymous"
as="video"
type="video/mp4"
/>
<link
rel="preload"
href="/sounds/process.mp3"
crossorigin="anonymous"
as="audio"
type="audio/mp3"
/>

<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="icon" href="/images/icon/icon.svg" type="image/svg+xml" />
<link rel="apple-touch-icon" href="/images/icon/apple-touch-icon.png" />
Expand Down

0 comments on commit fd34e6f

Please sign in to comment.