First steps on csfr impl
This commit is contained in:
@@ -1,23 +1,25 @@
|
||||
<%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
|
||||
<%@ taglib prefix="sec" uri="http://www.springframework.org/security/tags" %>
|
||||
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="theme-color" content="#000000" />
|
||||
|
||||
<meta name="author" content="WiseMapping">
|
||||
<meta name="publisher" content="WiseMapping">
|
||||
<meta name="author" content="wisemapping">
|
||||
<meta name="publisher" content="wisemapping">
|
||||
<meta name="keywords"
|
||||
content="mindmap,mind map,mind maps,mindmaps,ideas,brainstorming,organize,thoughts,structure,collaboration,free,fast,simple,online,tool,knowledge,share,sharing,publish">
|
||||
<meta name="description"
|
||||
content="WiseMapping is a free, fast and simple online mind mapping editor for individuals and business. Sign up to start organizing and sharing your ideas and thoughts.">
|
||||
content="wisemapping is a free, fast and simple online mind mapping editor for individuals and business. sign up to start organizing and sharing your ideas and thoughts.">
|
||||
|
||||
<meta property="og:title" content="WiseMapping"/>
|
||||
<meta property="og:title" content="wisemapping"/>
|
||||
<meta property="og:type" content="website"/>
|
||||
<meta property="og:url" content="http://www.wisemapping.com"/>
|
||||
<meta property="og:image" content="http://www.wisemapping.com/images/logo.png"/>
|
||||
<meta property="og:site_name" content="WiseMapping.com"/>
|
||||
<meta property="og:site_name" content="wisemapping.com"/>
|
||||
|
||||
<link rel="icon" href="../../favicon.ico" type="image/x-icon"/>
|
||||
<link rel="apple-touch-icon" href="../../favicon.png" />
|
||||
<link rel="shortcut icon" href="../../favicon.ico" type="image/x-icon"/>
|
||||
|
||||
<sec:csrfMetaTags />
|
||||
<link rel="manifest" href="../../manifest.json" />
|
||||
|
@@ -8,7 +8,6 @@
|
||||
<base href="${requestScope['site.baseurl']}/static/webapp/">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;600&display=swap" rel="stylesheet" />
|
||||
|
||||
<%@ include file="/jsp/pageHeaders.jsf" %>
|
||||
|
||||
<title>Loading | WiseMapping</title>
|
||||
|
Reference in New Issue
Block a user