We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3103499 commit fce0db8Copy full SHA for fce0db8
packages/perseus/src/init.rs
@@ -22,6 +22,7 @@ use sycamore::{
22
static DFLT_INDEX_VIEW: &str = r#"<!DOCTYPE html>
23
<html>
24
<head>
25
+ <meta charset=UTF-8" />
26
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
27
</head>
28
<body>
0 commit comments