Last active
November 5, 2017 20:34
-
-
Save arutnik/ec68b21658d51b6864f62b8bcac93633 to your computer and use it in GitHub Desktop.
SFA Part 1 - index.vf
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <apex:page showheader="false" sidebar="false" standardStylesheets="false" > | |
| <head> | |
| <meta charset="utf-8"></meta> | |
| <title>SalesforceAngularDemo</title> | |
| <base href="/"></base> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"></meta> | |
| <link rel="icon" type="image/x-icon" href="{!URLFOR($Resource.sftestassets, 'favicon.ico')}"></link> | |
| </head> | |
| <body> | |
| <app-root></app-root> | |
| <script type="text/javascript" src="{!URLFOR($Resource.sftestassets, 'inline.bundle.js')}"></script> | |
| <script type="text/javascript" src="{!URLFOR($Resource.sftestassets, 'polyfills.bundle.js')}"></script> | |
| <script type="text/javascript" src="{!URLFOR($Resource.sftestassets, 'styles.bundle.js')}"></script> | |
| <script type="text/javascript" src="{!URLFOR($Resource.sftestassets, 'vendor.bundle.js')}"></script> | |
| <script type="text/javascript" src="{!URLFOR($Resource.sftestassets, 'main.bundle.js')}"></script> | |
| </body> | |
| </apex:page> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment