Skip to content

Commit

Permalink
Merge pull request #36 from probe-rs/fix-asset-pipeline-warning
Browse files Browse the repository at this point in the history
Add body element to template to fix asset pipeline warning
  • Loading branch information
Tiwalun authored Jun 16, 2024
2 parents 19a53a7 + 10b0905 commit bf62e29
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<script src="https://cdn.tailwindcss.com"></script>
<title>probe-rs log viewer</title>
</head>
<head>
<meta charset="utf-8" />
<script src="https://cdn.tailwindcss.com"></script>
<title>probe-rs log viewer</title>
</head>
<body></body>
</html>

0 comments on commit bf62e29

Please sign in to comment.