﻿<%@ Page Language="C#" MasterPageFile="~/Layout.Master" AutoEventWireup="true" Inherits="Veeam.Backup.WebApp.CIndex" 
Codebehind="Index.aspx.cs" %>

<asp:Content ContentPlaceHolderID="HeadTags" Runat="Server">
    <link rel="shortcut icon" href="<%= GetResourceFile(BasePath + "/resources/favicon.ico") %>" type="image/x-icon" />
    <title><%= GetTitle() %></title>    
</asp:Content>

<asp:Content ID="content" ContentPlaceHolderID="content" Runat="Server">
    <script>
        var CSRFToken = '<%= GetCsrfToken() %>';
    </script>
    
    <script src="<%= MicroloaderPath %>"></script>
</asp:Content>
