mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-25 01:45:35 +08:00
Use wrapper class for app styling (#125)
This commit is contained in:
committed by
Bálint Szekeres
parent
27208f2559
commit
c9f81d72e1
@@ -18,7 +18,10 @@
|
||||
<link rel="preload" as="font" href="https://fonts.gstatic.com/s/quicksand/v9/6xKodSZaM9iE8KbpRA_pkHEYT8L_FYzokA.woff2" type="font/woff2" crossorigin="anonymous">
|
||||
</head>
|
||||
<body>
|
||||
<div id="app" ng-app="NginxConfigIoApp" ng-controller="NginxConfigIoController" ng-class="['layout-' + layout]" ng-include="'partials/index.html'" onload="init()" ng-csp></div>
|
||||
<div class="do-app">
|
||||
<div id="app" ng-app="NginxConfigIoApp" ng-controller="NginxConfigIoController"
|
||||
ng-class="['layout-' + layout]" ng-include="'partials/index.html'" onload="init()" ng-csp></div>
|
||||
</div>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-3084378-31"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
|
Reference in New Issue
Block a user