mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 19:03:30 -05:00
10 lines
153 B
HTML
10 lines
153 B
HTML
<html>
|
|
<head>
|
|
{% assets "css_all" %}
|
|
<style type="text/css" src="{{ ASSET_URL }}"></style>
|
|
{% endassets %}
|
|
</head>
|
|
<body>
|
|
<h1>hi</h1>
|
|
</body>
|
|
</html> |