mirror of
https://github.com/ProjectSegfault/website.git
synced 2025-01-10 22:02:06 +05:30
14 lines
316 B
HTML
14 lines
316 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="description" content="" />
|
||
|
<link rel="icon" href="%svelte.assets%/favicon.png" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
|
%svelte.head%
|
||
|
</head>
|
||
|
<body>
|
||
|
<div>%svelte.body%</div>
|
||
|
</body>
|
||
|
</html>
|