2019-05-07 17:10:48 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2024-09-24 20:42:49 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2019-05-07 17:10:48 +00:00
|
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
2019-05-08 11:01:20 +00:00
|
|
|
<link rel='stylesheet' href='styles.css'>
|
2022-10-10 13:55:04 +00:00
|
|
|
|
|
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
2024-09-24 21:48:02 +00:00
|
|
|
<link rel="preload" href="https://fonts.googleapis.com/css?family=Source%20Sans%20Pro|Fira%20Code&display=swap" as="style">
|
|
|
|
<link rel="stylesheet"href="https://fonts.googleapis.com/css?family=Source%20Sans%20Pro|Fira%20Code&display=swap" media="all">
|
2022-10-10 13:55:04 +00:00
|
|
|
|
2022-08-21 08:42:03 +00:00
|
|
|
<title>xdrm()</title>
|
2024-09-24 21:48:02 +00:00
|
|
|
<meta name="description" content="Portfolio d'Adrien Marquès, développeur freelance spécialisé en Go et IoT">
|
|
|
|
<meta name="keywords" content="développeur freelance, Go, IoT, web development">
|
2019-05-07 17:10:48 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
<strong>We're sorry but xdrm.io doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
|
|
|
|
</noscript>
|
|
|
|
<div id="app"></div>
|
|
|
|
<!-- built files will be auto injected -->
|
|
|
|
</body>
|
|
|
|
</html>
|