6 lines
256 B
HTML
6 lines
256 B
HTML
<!-- header.html -->
|
|
<head>
|
|
<title>TMS - Nagarro Training Solutions</title>
|
|
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="/static/style.css">
|
|
</head>
|