mirror of
https://github.com/Cian-H/am-d-model.eu.git
synced 2025-12-22 21:41:57 +00:00
20 lines
672 B
HTML
20 lines
672 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>
|
|
AM-D-Model, the ESAFORM Powder Bed Fusion Additive Manufacturing Benchmark Dataset
|
|
Project
|
|
</title>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
|
|
<link rel="preconnect" href="https://fonts.cdnfonts.com" crossorigin />
|
|
<link rel="preconnect" href="dxx34o0ozp8j.cloudfront.net" crossorigin />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
%sveltekit.head%
|
|
</head>
|
|
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div>%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|