Skip to content

Instantly share code, notes, and snippets.

@Frelseren
Created February 10, 2018 18:18
Show Gist options
  • Save Frelseren/00b8b4cf51d6eb9981961f67e850636a to your computer and use it in GitHub Desktop.
Save Frelseren/00b8b4cf51d6eb9981961f67e850636a to your computer and use it in GitHub Desktop.
Angular index.html source file
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Meetup</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="assets/main.css">
</head>
<body>
<app-root>Loading...</app-root>
<script src="/soap/ajax/21.0/connection.js"></script>
<script src="/soap/ajax/21.0/apex.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment