Files
pyrofetes-frontend/node_modules/@schematics/angular/application/files/common-files/src/index.html.template
CHEVALLIER Abel cb235644dc init
2025-11-13 16:23:22 +01:00

14 lines
327 B
Plaintext
Executable File

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title><%= utils.classify(name) %></title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<<%= selector %>></<%= selector %>>
</body>
</html>