Skip to content

Instantly share code, notes, and snippets.

@Chukslord1
Created July 31, 2021 13:44
Show Gist options
  • Save Chukslord1/95978efd838e2b5d871cac19b497c490 to your computer and use it in GitHub Desktop.
Save Chukslord1/95978efd838e2b5d871cac19b497c490 to your computer and use it in GitHub Desktop.
Agora Video Application
{% load static %}
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Success</title>
<link rel="stylesheet" href="{% static 'index.css' %}">
</head>
<body>
<h1 class="h11">Thank you for using Agora</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment