Added VNF_Catalogue Server
[releng.git] / utils / test / vnfcatalogue / VNF_Catalogue / views / layout.jade
1 doctype html
2 //
3   Copyright (c) 2017 Kumar Rishabh and others.
4   All rights reserved. This program and the accompanying materials
5   are made available under the terms of the Apache License, Version 2.0
6   which accompanies this distribution, and is available at
7   http://www.apache.org/licenses/LICENSE-2.0
8 html
9     head
10         title= title
11         link(rel='stylesheet', href='/stylesheets/style.css')
12     body
13         block content
14         script(src='http://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js')
15         script(src='/javascripts/global.js')