mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-16 13:13:01 +05:30
fe3a56c73e
Signed-off-by: Alexander J <odyssey346@disroot.org>
14 lines
323 B
HTML
14 lines
323 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>
|