agper-agen/index.html
2025-05-21 10:48:36 +07:00

18 lines
352 B
HTML

<!DOCTYPE html>
<html lang="id">
<head>
<title>Agen Perubahan</title>
<script src="/assets/js/app.js"
></script>
<style>
html
{
background-color: dimgray;
color: lightgray;
}
</style>
</head>
<body>
Agen Perubahan
</body>
</html>