path stringlengths 5 312 | repo_name stringlengths 5 116 | content stringlengths 2 1.04M |
|---|---|---|
doc/common/styles/html/coqremote/footer.html | mlasson/coq | <div id="sidebarWrapper">
<div id="sidebar">
<div class="block">
<h2 class="title">Navigation</h2>
<div class="content">
<ul class="menu">
<li class="leaf">Standard Library
<ul class="menu">
<li><a href="index.html">Table ... |
tests/wpt/web-platform-tests/css/vendor-imports/mozilla/mozilla-central-reftests/align3/flex-abspos-staticpos-align-content-vertWM-001-ref.html | shinglyu/servo | <!DOCTYPE html>
<!--
Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
<title>CSS Reference</title>
<link rel="author" title="Daniel Holbert" href="mailto:dholbert@mozilla.com">
<meta charset="utf-8">
<style>
.container {
dis... |
third_party/blink/web_tests/fast/css/placeholder-shown-basics-expected.html | scheib/chromium | <!DOCTYPE html>
<style>
input, textarea {
height: 8px;
}
.placeholder-shown {
background-color: green;
}
</style>
<p>This test checks how various input elements are styled when :placeholder-shown is applied.</p>
<div>
<textarea></textarea>
<textarea placeholder></textarea>
<t... |
skins/classic/templates/folders.html | ThijsFeryn/roundcubemail | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><roundcube:object name="pagetitle" /></title>
<roundcube:include file="/includes/links.html" />
<script type="text/javascript" src="/functio... |
web/src/app/theme/components/widgets/widgets.html | 99xt/interns-portal | <div class="widgets">
<div ng-repeat="widgetBlock in ngModel" ng-class="{'row': widgetBlock.widgets.length > 1}">
<div ng-repeat="widgetCol in widgetBlock.widgets" ng-class="{'col-md-6': widgetBlock.widgets.length === 2}" ng-model="widgetCol" class="widgets-block">
<div ba-panel ba-panel-title="{{::widget.t... |
www/web/dist/oauth2-redirect.html | greggyDp/apiTask | <!doctype html>
<html lang="en-US">
<body onload="run()">
</body>
</html>
<script>
'use strict';
function run () {
var oauth2 = window.opener.swaggerUIRedirectOauth2;
var sentState = oauth2.state;
var redirectUrl = oauth2.redirectUrl;
var isValid, qp, arr;
if (/code|toke... |
ajax/libs/oojs-ui/0.9.3/oojs-ui-mediawiki-icons-content.vector.rtl.css | dada0423/cdnjs | /*!
* OOjs UI v0.9.3
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-03-19T23:19:18Z
*/
.oo-ui-icon-article {
background-image: /* @embed */ url(themes/mediawiki/images/icons/articl... |
ajax/libs/blaze/3.0.0-alpha.2/components.tabs.min.css | dlueth/cdnjs | /*!v3.0.0-alpha.2*/.c-tabs{display:block}.c-tabs__headings{display:-ms-flexbox;display:flex;text-align:center;cursor:pointer}.c-tab-heading{-ms-flex:1;flex:1;margin:0;padding:1em;box-shadow:inset 0 -.2em 0 0 #f1f1f1}.c-tab-heading--active{box-shadow:inset 0 -.2em 0 0 #adadad}.c-tabs--primary .c-tab-heading--active{box-... |
webroot/bower_components/amcharts3/samples/pie3D.html | si-quimera/avante | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>amCharts examples</title>
<link rel="stylesheet" href="style.css" type="text/css">
<script src="../amch... |
zorna/media/javascript/codemirror/mode/jinja2/index.html | zorna/zorna | <!doctype html>
<html>
<head>
<title>CodeMirror 2: Jinja2 mode</title>
<link rel="stylesheet" href="../../lib/codemirror.css">
<script src="../../lib/codemirror.js"></script>
<script src="jinja2.js"></script>
<link rel="stylesheet" href="../../theme/default.css">
<style type="text/css">.CodeMi... |
third_party/WebKit/LayoutTests/fast/dom/horizontal-scrollbar-in-rtl.html | js0701/chromium-crosswalk | <html dir=rtl>
<head>
<script language="javascript">
function log(str)
{
var li = document.createElement("li");
li.appendChild(document.createTextNode(str));
var console = document.getElementById("console");
console.appe... |
src/webapp/js/yui/console-filters/assets/skins/sam/console-filters.css | sergiomt/zesped | /*
YUI 3.5.1 (build 22)
Copyright 2012 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
.yui3-skin-sam .yui3-console-ft .yui3-console-filters-categories,.yui3-skin-sam .yui3-console-ft .yui3-console-filters-sources{text-align:left;padding:5px 0;border:1px inset;margin:0... |
ajax/libs/formstone/0.8.47/css/checkbox.css | froala/cdnjs | /*! formstone v0.8.47 [checkbox.css] 2016-04-17 | MIT License | formstone.it */
/**
* @class
* @name .fs-checkbox-element
* @type element
* @description Target elmement
*/
/**
* @class
* @name .fs-checkbox
* @type element
* @description Base widget class
*/
/**
* @class
* @name .fs-checkbox.fs-... |
airflow/www/templates/airflow/model_create.html | b-cuts/airflow | {% extends 'admin/model/edit.html' %}
{% block body %}
{% if admin_view.verbose_name %}
<h2>
{{ admin_view.verbose_name|title }}
<small>[create]</small>
</h2>
<hr/>
{% endif %}
{{ super() }}
{% endblock %}
|
testing/client-side/java/watchdog/resources/jsp-golden/core_syntax/directives/include/positiveIncludeStaticAbs.html | toanalien/opengse | <html>
<title>positiveIncludeStaticAbs</title>
<body>
<!- testing Request-time static inclusion with absolute url from docroot -->
<html>
<title>included</title>
<body>
This is included file
</body>
</html>
</body>
</html>
|
openstack_dashboard/dashboards/project/volumes/templates/volumes/snapshots/_detail_overview.html | yjxtogo/horizon | {% load i18n sizeformat parse_date %}
{% load url from future %}
<h3>{% trans "Volume Snapshot Overview" %}</h3>
<div class="info row detail">
<h4>{% trans "Information" %}</h4>
<hr class="header_rule">
<dl class="dl-horizontal">
<dt>{% trans "Name" %}</dt>
<dd>{{ snapshot.name }}</dd>
<dt>{% trans ... |
static/can/control/plugin/demo-update.html | willametteuniversity/webcirc2 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html lang="en">
<head>
<title>Controller Example</title>
<style type='text/css'>
</style>
</head>
<body>
<div id="demo-html">
<form action='' id='createRecipes'>
<inpu... |
tests/wpt/web-platform-tests/css/vendor-imports/mozilla/mozilla-central-reftests/text-decor-3/text-emphasis-style-property-005a.html | alajara/servo | <!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Test: text-emphasis-style, vertical-lr</title>
<link rel="author" title="Xidorn Quan" href="https://www.upsuper.org">
<link rel="author" title="Mozilla" href="https://www.mozilla.org">
<link rel="help" href="https://drafts.csswg.org/css-text-decor-3/#text-emphasis-style... |
source/sig/doc/doxy/html/search/files_b.html | SpaceHAUC-Beam-Steering/Recursive-Least-Square | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html><head><title></title>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta name="generator" content="Doxygen 1.8.11"/>
<link rel="stylesheet" type="text/css" href="search... |
tests/wpt/web-platform-tests/css/css-position/position-sticky-top-ref.html | dsandeephegde/servo | <!DOCTYPE html>
<title>Reference for position:sticky elements should respect the top constraint</title>
<style>
.group {
display: inline-block;
position: relative;
width: 150px;
height: 250px;
}
.scroller {
position: relative;
width: 100px;
height: 200px;
overflow-x: hidden;
overflow-y: auto;
}
.co... |
api/master/Thelia/Model/Map/AttributeTemplateTableMap.html | Mertiozys/thelia.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="robots" content="index, follow, all" />
<title>Thelia\Model\Map\AttributeTemplateTableMap | </title>
<link rel="stylesheet" type="text/css" href="../../../stylesheet.css">
... |
wiki/src/inc/stable_amd64_version.html | cbrownstein/tails | 3.7.1
|
ajax/libs/formstone/0.6.7/css/pagination.css | dada0423/cdnjs | /*! formstone v0.6.7 [pagination.css] 2015-06-13 | MIT License | formstone.it */
/**
* @class
* @name .fs-pagination-element
* @type element
* @description Target elmement
*/
/**
* @class
* @name .fs-pagination
* @type element
* @description Base widget class
*/
/**
* @class
* @name .fs-paginat... |
wp-content/themes/alamindit/mailchimp-mandrill-api-php-e1eda7352f24/docs/class-Mandrill_Unknown_Subaccount.html | usmanasif/Taiche | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class Mandrill_Unknown_Subaccount</title>
<script type="text/javascript" src="resources/combined.js?394153670"></script>
<script type="text/javascript" src="... |
ajax/libs/oojs-ui/0.12.4/oojs-ui-mediawiki-icons-wikimedia.rtl.css | dlueth/cdnjs | /*!
* OOjs UI v0.12.4
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-08-13T21:01:12Z
*/
.oo-ui-icon-logoCC {
background-image: url("themes/mediawiki/images/icons/logo-cc.png");
... |
ajax/libs/oojs-ui/0.12.2/oojs-ui-mediawiki-icons-wikimedia.raster.rtl.css | brix/cdnjs | /*!
* OOjs UI v0.12.2
* https://www.mediawiki.org/wiki/OOjs_UI
*
* Copyright 2011–2015 OOjs UI Team and other contributors.
* Released under the MIT license
* http://oojs.mit-license.org
*
* Date: 2015-07-28T23:01:40Z
*/
.oo-ui-icon-logoCC {
background-image: /* @embed */ url(themes/mediawiki/images/icons/log... |
files/formstone/0.8.26/css/lightbox.css | as-com/jsdelivr | /*! formstone v0.8.26 [lightbox.css] 2015-11-01 | MIT License | formstone.it */
/**
* @class
* @name .fs-lightbox-element
* @type element
* @description Target elmement
*/
/**
* @class
* @name .fs-lightbox
* @type element
* @description Base widget class
*/
/**
* @class
* @name .fs-lightbox.fs-... |
ajax/libs/survey-vue/0.12.23/survey.css | joeyparrish/cdnjs | /*!
* surveyjs - Survey JavaScript library v0.12.23
* Copyright (c) 2015-2017 Devsoft Baltic OÜ - http://surveyjs.org/
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
*/
.sv_window {
position: fixed;
bottom: 3px;
right: 10px;
background-color: cadetblue;
padding: 1px;
font-family: "... |
www/lib/angular-material/modules/js/radioButton/radioButton.css | GDGGhana/GDGGhana.github.io | /*!
* Angular Material Design
* https://github.com/angular/material
* @license MIT
* v0.10.0
*/
/* mixin definition ; sets LTR and RTL within the same style call */
md-radio-button, .md-switch-thumb {
box-sizing: border-box;
display: block;
margin: 15px;
white-space: nowrap;
cursor: pointer; }
md-radio... |
tests/wpt/web-platform-tests/referrer-policy/same-origin/meta-referrer/cross-origin/http-https/iframe-tag/swap-origin-redirect/cross-origin.http.html | danlrobertson/servo | <!DOCTYPE html>
<!-- DO NOT EDIT! Generated by referrer-policy/generic/tools/generate.py using referrer-policy/generic/template/test.release.html.template. -->
<html>
<head>
<title>Referrer-Policy: Referrer Policy is set to 'same-origin'</title>
<meta name="description" content="Check that cross-origin subres... |
ajax/libs/fixed-data-table/0.4.2/fixed-data-table-base.css | menuka94/cdnjs | /**
* FixedDataTable v0.4.2
*
* Copyright (c) 2015, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same direc... |
tests/wpt/web-platform-tests/html/browsers/browsing-the-web/navigating-across-documents/source/navigate-child-function-parent.html | anthgur/servo | <!doctype html>
<meta charset=utf-8>
<title>Set location from a parent</title>
<script src="/resources/testharness.js"></script>
<script src="/resources/testharnessreport.js"></script>
<div id=log></div>
<iframe></iframe>
<script>
onload = function() {
var fr = document.querySelector("iframe")
fr.contentWindo... |
www-dev/src/bower-assets/neon-animation/animations/slide-down-animation.html | iShafayet/nedbmgr | <!--
@license
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http:/... |
yafsrc/YetAnotherForum.NET/Scripts/ckeditor/plugins/scayt/skins/moono-lisa/scayt.css | YAFNET/YAFNET | .scayt-lang-list > div
{
padding-bottom: 6px !important;
}
.scayt-lang-list > div input
{
margin-right: 4px;
}
#scayt_about_
{
margin: 30px auto 0 auto;
}
#scayt_about_ p
{
text-align: center;
margin-bottom: 10px;
}
.cke_dialog_contents_body div[name=dictionaries] .cke_dialog_ui_hbox_last > a.cke_dial... |
software/externals/sam/CMSIS/Device/ATMEL/sam4s/html/SMC.html | MITHyperloopTeam/software_core | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>SAM4S SMC</title>
<link rel="... |
yii/web/js/source/jui/css/base/jquery.ui.core.css | ptheofan/deployer | /*
* jQuery UI CSS Framework 1.8.17
*
* Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Theming/API
*/
.ui-helper-hidden{display:none;}.ui-helper-hidden-accessible{position:absolute!importa... |
wp-content/plugins/pdf-light-viewer/assets/bower_components/pure/tables.css | Saurabh2711/wordpress | /*!
Pure v0.5.0
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
https://github.com/yui/pure/blob/master/LICENSE.md
*/
.pure-table {
/* Remove spacing between table cells (from Normalize.css) */
border-collapse: collapse;
border-spacing: 0;
empty-cells: show;
border: 1... |
unittest-files/folder1/style.css | edge-code/edge-inspect-extension | This is a file in folder 1. |
public/stylesheets/style.css | leogsouza/elearn | /*
99Lime.com HTML KickStart by Joshua Gatcke
style.css
*/
/*---------------------------------
IMPORTS
-----------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700);
/*---------------------------------
OVERRIDES
-----------------------------------*/
h1,h2,h3,h4,h5,h6{
f... |
forum/templates/forum/parts/thread.html | ashbc/tgrsite | {% extends "forum/parts/response.html" %}
{% block edit_links %}
{% if user.member == response.author or perms.forum.change_thread or perms.forum.delete_thread %}
<div class="card-footer">
<div class="btn-group">
{% if user.member == response.author or perms.forum.change_thre... |
test/fixtures/sonnet.CXXXV.html | isaacs/fgrep | <HTML><HEAD><TITLE>Sonnet CXXXV</TITLE></HEAD>
<BODY><H1>Sonnet CXXXV</H1>
<BLOCKQUOTE>Whoever hath her wish, thou hast thy 'Will,'<BR>
And 'Will' to boot, and 'Will' in overplus;<BR>
More than enough am I that vex thee still,<BR>
To thy sweet will making addition thus.<BR>
Wilt thou, whose will is large and spacious,... |
node_modules/csvtojson/coverage/lcov-report/csv2json/libs/core/index.js.html | pVelocity/pvserverhelper | <!doctype html>
<html lang="en">
<head>
<title>Code coverage report for csv2json/libs/core/index.js</title>
<meta charset="utf-8" />
<link rel="stylesheet" href="../../../prettify.css" />
<link rel="stylesheet" href="../../../base.css" />
<meta name="viewport" content="width=device-width, initial-sc... |
_layouts/post.html | dianaband/dianaband.github.io | ---
layout: default
---
<style>body { max-width: 460px; }</style>
{{ content }}
|
ajax/libs/yui/2.9.0/tabview/assets/border_tabs.css | yogeshsaroya/new-cdnjs | version https://git-lfs.github.com/spec/v1
oid sha256:485aa377b0faaaa2d2b35cb3b0f556e0f2527305847b131a4a66b0f06727aaea
size 1597
|
clean/Linux-x86_64-4.05.0-2.0.1/released/8.7.2/prosa/0.4.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>prosa: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" ... |
app/views/imprint.html | BeneStem/tomatoes-and-eggs | {% extends 'layouts/home.html' %}
{% block content %}
<h1 class="cover-heading">Imprint</h1>
<h2>Kontakt</h2>
<p>Benedikt Stemmildt
<br/>Friedrich-Ebert-Damm 81
<br/>22047 Hamburg</p>
<p>Telefon (Festnetz): +49 40 36196212
<br/>Telefon (Mobil): +49 171 1443957
<br/>E-Mail: benedikt@stemmildt.com</p>
<h2>Haftung... |
data science/machine_learning_for_the_web/chapter_4/movie/26136.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Nurse Betty (2000)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0171580">Nurse Betty (2000)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Rose+%27Bams%27... |
example/deploy/example.html | ff0000/statix | <!doctype html>
<html>
<head>
<title>example.html</title>
</head>
<body>
<header>
<nav>
<ul>
<li><a href="index.html">index.html</a></li>
<li><a href="example.html">example.html</a></li>
</ul>
</nav>
</header>
<div id="content">
<h1>This is the example.html page</h1>
</div>
<footer... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/91337decd505c49d503e43e4d15e258c82f3a2652b9aeb86213ce6d606cf8419.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./81b3368c092284bfa2b58111e0ac189f7b0f452e2dfa1eb2b515910479115b02.html">Teleport</a>
<hr>
... |
src/assets/css/primeng/primeui-ng-all.min.css | malikme3/angular4 | /* jQuery UI - v1.9.2 - 2012-11-23* Copyright (c) 2012 jQuery Foundation and other contributors Licensed MIT */
.ui-helper-hidden {
display: none
}
.ui-helper-hidden-accessible {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px
}
... |
public/Windows 10 x64 (18363.900)/_MI_SUB64K_FREE_RANGES.html | epikcraw/ggool | <html><body>
<h4>Windows 10 x64 (18363.900)</h4><br>
<h2>_MI_SUB64K_FREE_RANGES</h2>
<font face="arial"> +0x000 BitMap : <a href="./_RTL_BITMAP_EX.html">_RTL_BITMAP_EX</a><br>
+0x010 ListEntry : <a href="./_LIST_ENTRY.html">_LIST_ENTRY</a><br>
+0x020 Vad : Ptr64 <a href="./_MM... |
census/templates/admin/base_site.html | mujinyun2009/shakespeare-census | {% extends "admin/base.html" %}
{% block title %}{{ title }} | {{ site_title|default:_('Django site admin') }}{% endblock %}
{% block branding %}
<h1 id="site-name"><a href="{% url 'admin:index' %}">{{ site_header|default:_('Shakespeare Census') }}</a></h1>
{% endblock %}
{% block nav-global %}{% endblock %}
|
about.html | navdeepsingh/navdeepsingh.github.io | ---
layout: page
title: "About"
description: "This is what I do."
header-img: "img/website-about-bgd.jpg"
---
<p>I have been in web development since 2006. While 6 months industrial training in a small digital agency which was part of my curriculum for Bachelor of Technology in Computer Science, I made my mind to purs... |
src/index.html | pavanpaik/ngstore | <!DOCTYPE html>
<html id="ng-app" ng-app="ngBoilerplateShop<% if (dev) {%>.dev<%}%>" ng-controller="AppCtrl" xmlns="http://www.w3.org/1999/xhtml">
<head>
<title ng-bind='app.title | titlize'>ngBoilerPlateShop</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.... |
_includes/adsense1.html | parduck/parduck.github.io |
<div class="container">
<script data-ad-client="ca-pub-0414977799804576" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
</div>
|
src/styles/general.css | thlem/Agilog | /* GENERAL THEM STYLE */
/*RESET*/
*{
margin:0;
padding:0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0); /** Prevent highlight on click on mobile device */
}
/*MAIN*/
html, body{
width:100%;
position:relative;
}
body{
background:#F8F8F8;
color:#7C7C7C;
overflow-x:hidden;
font-size:14px;
fon... |
src/Viteloge/CoreBundle/Resources/descriptions/33227.html | donaldinou/frontend | <div class="commune_descr limited">
<p>
Langon est
une ville localisée dans le département de Gironde en Aquitaine. On dénombrait 7 135 habitants en 2008.</p>
<p>La commune offre de nombreux aménagements, elle dispose, entre autres, de deux bassins de natation, un terrain de tennis, deux centres d'équitat... |
packages/rocketchat-ui-login/login/form.html | org100h1/Rocket.Panda | <template name="loginForm">
{{#if showSandstorm}}
<div class="alert alert-danger">
You must login to Sandstorm (on the top right) in order to access this chat.
</div>
{{else}}
<form id="login-card" method='/' novalidate>
{{#if waitActivation}}
<header>
<h2>{{{_ "Registration_Succeeded"}}}</h2>
<p... |
v2.0.0/api/Sawmill.Newtonsoft.Json.html | benjamin-hodgson/Sawmill | <!DOCTYPE html>
<!--[if IE]><![endif]-->
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Namespace Sawmill.Newtonsoft.Json
</title>
<meta name="viewport" content="width=device-width">
<meta name="title" content="Namespace Sawmill.Ne... |
mexin/shop.html | elauervose/tech-journal | <!DOCTYPE html>
<!--[if (gte IE 9)|!(IE)]><!-->
<html lang="en">
<!--<![endif]-->
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>Shop - Mexin</title>
<meta name="description" content="">
<meta name="author" content="">
<!-- Mobile Specific ... |
docs/classSideCar_1_1GUI_1_1ColorButtonWidget.html | bradhowes/sidecar | <!-- HTML header for doxygen 1.8.10-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" cont... |
css/portfolio-item.css | evc-/metamorphics | /*!
* Start Bootstrap - Portfolio Item (http://startbootstrap.com/)
* Copyright 2013-2016 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
*/
.portfolio-item {
margin-bottom: 25px;
}
footer {
margin: 50px 0;
}
|
life/05.html | ianli-sc/ianli-sc.github.io | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
<meta content="yes" name="apple-mobile-web-app-capable" />
<meta content="black" name="apple-mobile-web-app-status-bar-style" />
<meta c... |
docs/CVDocumentation/OwlDoc/classes/NMR1400057___-1092572994.html | nmrML/nmrML | <html><head>
<title>Class: 'echo anti-echo coherence selection'</title>
<meta http-equiv='content-type' content='text/html;charset=utf8'>
<link rel='stylesheet' href='../default.css' type='text/css' />
</head>
<body>
<h1>Class: 'echo anti-echo coherence selection'</h1>
<h2 class='summaryURI'>http://nmrML.org/nmrCV#NM... |
src/api/docs/demos/cropper-dialog.html.html | A-l-y-l-e/Alyle-UI | <pre class="ttb"><code prsm class="ttm"><span class="tt18 tt5i"><span class="tt18 tt5i"><span class="tt18 ttae"><</span>div</span> <span class="tt18 ttbx">ly-dialog-content</span> <span class="tt18 ttbx">[lyPx]</span><span class="tt18 ttbm"><span class="tt18 ttae attr-equals">=</span><span class="tt18 ttae">"</span>... |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.1/generic-environments/8.5.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>generic-environments: Not compatible 👼</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../boot... |
clean/Linux-x86_64-4.07.1-2.0.6/released/8.7.1+2/presburger/8.7.0.html | coq-bench/coq-bench.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>presburger: 1 m 5 s 🏆</title>
<link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" />
<link href="../../../../../bootstrap.min.css" re... |
_pages/2019-10-15_London.html | mapcampcommittee/mapcampcommittee.github.io | ---
title: "London 2019"
description: "Learn Wardley maps at the third Map Camp in London, 15th October 2019"
header:
teaser: "assets/images/map-camp-london-2019-card.png"
layout: splash
classes:
- landing
- dark-theme
---
<p style="margin: 6px 0 42px 0;">
🎥️ Watch presentations and video recordings on <a href="htt... |
all-data/2000-2999/2082-31.html | BuzzAcademy/idioms-moe-unformatted-data | <table width="90%" border="0"><tr><td><script>function openfile(url) {fullwin = window.open(url, "fulltext", "toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");}</script><div class="layoutclass_pic"><div class="layoutclass_first_pic"><table class="ztable"><tr><th class="ztd1"><b>... |
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/fa041ba9c6b55fc372260feb47b4f2e17eb5156f9b329d51ebb84c2e8fa1cd97.html | simonmysun/praxis | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>18 --> 19</title>
<link href="./../../assets/style.css" rel="stylesheet">
</head>
<body>
<h2>You have to be fast</h2>
<a href="./0689959cb92f8a355f300ef31dd63e294b7265677bc4d81b456df9240635ad6a.html">Teleport</a>
<hr>
... |
src/ifd.sitetheme/ifd/sitetheme/resources/_includes/box-blog-categories.html | potzenheimer/buildout.ifd | <div class="panel panel-default blog-panel-categories" id="infobox-blog-categories" >
<div class="panel-heading">
<span class="badge pull-right">66</span>
<a href="/">Themen</a>
</div>
<div class="list-group panel-collapse collapse in"
aria-labelledby="blogCategories" role="menu">
... |
media/doc/html/functions_func_c.html | EricChenC/quark_engine | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
test_result/screen1.html | KnowRe/swint-builder-html | <!DOCTYPE html><html><head><title>Swint-Builder-HTML</title></head><body><section class=screen1><div class=aaa></div></section></body></html> |
_site/2011/02/26/t41546251514150912.html | craigwmcclellan/craigwmcclellan.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T41546251514150912 </title>
<link... |
_site/2010/02/21/t9460649017.html | craigwmcclellan/craigwmcclellan.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Craig McClellan" name="author">
<title>Craig McClellan - T9460649017 </title>
<link href="... |
lib/assets/images/photon/plugins/elrte/css/css_compiled/js/bootstrap/images/photon/js/bootstrap/bootstrap.min.js.html | user-tony/photon-rails | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Login Page - Photon Admin Panel Theme</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<link rel="shortcut icon" href="ht... |
SageFrame/Templates/AspxCommerce/css/PopUp/style.css | AspxCommerce/AspxCommerce2.7 | /* CSS Document */
.popupbox {
background-color:#FFF;
display:none;
z-index: 9999;
}
#fade {
display: none;
background:#000;
opacity:0.5; filter: alpha(opacity=50);
left: 0; position:fixed;top: 0;
z-index:9000;
width:100%; height:100%;}
.popupbox2 {
background: #6D84B4 !important;
border-color: #3B59... |
c8be718/html/classv8_1_1Date-members.html | v8-dox/v8-dox.github.io | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=9"/>
<meta name="generator" con... |
htmlarea/examples/2-areas.html | psywhale/conclave | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Example with 2 HTMLAreas in the same form</title>
<script type="text/javascript">
// the _editor_url is REQUIRE... |
my-coding-snippets/index.html | coyawa/coyawa.github.io | <!DOCTYPE html>
<html class="theme-next pisces" lang="en">
<head>
<meta charset="UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<meta name="theme-color" content="#222">
<meta http-equiv="Cache-Control... |
DOCS/codeslinger website backup/codeslinger.co.uk/pages/blog/wordpress/index0588.html | pbarilla/gameboy-core | <?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
>
<channel>
<title>Comments on: Gameboy Sound Emulation Update</title>
<atom:link href="http://codeslinger.co.uk/pa... |
app/partials/lists.html | mckennatim/s2g-ng |
<div class="bkg-lists col1" ng-click="update()" ng-controller="ListsCtrl">
</br></br></br>
<div class="btn-group btn-group-xs" dropdown is-open="status.isopen">
<span class="glyphicon glyphicon-signal" ng-show="online"></span>
<span class="glyphicon glyphicon-ban-circle" ng-show="!online"></span>
<button typ... |
clients/dynamic-html/generated/docs/models/GithubRespositoryContainerlinks.html | cliffano/swaggy-jenkins |
<h2>GithubRespositoryContainerlinks</h2>
<ul class="parameter">
<li class="param-required-false">self : Link
<br/>
</li>
</ul>
<ul class="parameter">
<li class="param-required-false">Underscoreclass : String
<br/>
</li>
</ul>
|
vendor/poi-3.6/doc/slideshow/index.html | tobyclemson/msci-project | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
<!--*** This is a generated file. Do not edit. ***-->
<link rel="stylesheet" href="../skin/tigris.css" type="text/css">
<link r... |
template/Dashio - Dashboard/Theme/form_component.html | say-and-do/say-and-do | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="Dashboard">
<meta name="keyword" content="Dashboard, Bootstrap, Admin, Template, Theme, Responsive... |
Battleroyale_base/client_package/ui/deathui.html | maltoc76/BattleRoyale | <!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BATTLEROYALE - DEATH UI </title>
<link href="https://fonts.googleapis.com/css?family=Passion+One" rel="stylesheet">
<style type="text/css">
body {
ma... |
files/src-query-showcreatetable.html | codemasher/php-database | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Documentation</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="../">
<link rel="icon" href="images/favicon.ico"/>
<link rel="stylesheet" href="css/normalize.css">
<link rel="styles... |
solr-4.8.0/docs/solr-cell/constant-values.html | dtelaroli/angular-solr-example | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_55) on Thu Apr 24 20:58:59 UTC 2014 -->
<meta http-equiv="Content-Type" content="text/html" charset="utf-8">
<title>Constant Field Valu... |
public/css/styles.css | ajam/pulp | /* BB-specific */
.header-item[data-which="page-number"] {
margin-right: 10px;
}
.header-group {
position: relative;
z-index: 2147483647;
}
.header-group .header-item-container {
padding: 0 !important;
}
.header-btn {
min-width: 0 !important;
width: 50px !important;
}
/* G L O B A L S */
* {
-webkit-box-s... |
client/reviews/reviews.css | oliverdrake/ratemybrew | div[class*='col-'] {
overflow: hidden;
}
.panel-default > .off-flavour {
background-color: #f2dede;
}
|
data science/machine_learning_for_the_web/chapter_4/movie/20777.html | xianjunzhengbackup/code | <HTML><HEAD>
<TITLE>Review for Blue Streak (1999)</TITLE>
<LINK REL="STYLESHEET" TYPE="text/css" HREF="/ramr.css">
</HEAD>
<BODY BGCOLOR="#FFFFFF" TEXT="#000000">
<H1 ALIGN="CENTER" CLASS="title"><A HREF="/Title?0181316">Blue Streak (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Eugene+Novikov"... |
layouts/partials/card.html | pastjean/stjean.me | <a href="{{ .Permalink }}" class="pv3 ph2 mv2 mh2 bg-blue white link flex flex-column dim">
<div class="f4">{{ .Title }}</div>
<div class="f6 b">{{ .Date.Format "Mon, Jan 2, 2006" }}</div>
</a> |
web/css/backoffice.css | yassine-essadik/gestion-pub | body {
padding-top: 50px;
}
.sub-header {
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.navbar-fixed-top {
border: 0 none;
}
.sidebar {
display: none;
}
@media (min-width: 768px) {
.sidebar {
background-color: #f5f5f5;
border-right: 1px solid #eee;
bottom: 0;
... |
_site/articles/2017-02/install-Sass.html | rockquai/rockquai.github.io | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sass(Syntactically Awesome StyleSheets) 설치</title>
<meta name="keywords" content=" Sass 설치 node-sass ... |
template-bak.html | xbynet/markdown2html-cli | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ title }}</title>
<link rel="stylesheet" href="https://cdn.bootcss.com/highlight.js/9.12.0/styles/vs.min.css">
<link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css... |
app/index.html | dburdick/react-material-starterkit | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="webkid react starterkit">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>webkid react starterkit</title>
<link rel="stylesheet" href="css/main.css">
<link rel="styleshe... |
src/main/webapp/js/templates/compare.html | squix78/extraleague | <div class="">
<div class="row">
<div class="col-md-4 text-right">
</div>
<div class="col-md-4 text-center">
{{label}}
</div>
<div class="col-md-4 text-left">
</div>
</div>
<div class="row">
<div class="col-md-12">
<div class="progress">
<div class="progress-bar" ng-class="{'progress-b... |
ejercicios_tema_2/ejercicio23.html | TonyAlvarez/JavaScript | <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<!--
23. Demana una frase des de teclat (amb prompt), emmagatzema les paraules en un array (una paraula per posició de l’array) i mostrar les següents dades:
La primera paraula de la frase.
La última paraula de la frase.... |
compsocsite/multipolls/templates/multipolls/add_step1.html | PrefPy/opra | {% extends 'polls/base.html' %}
{% block extra_head %}
<script>
function validateForm() {
var x = document.forms["add_step1"]["mPollTitle"].value;
if (x == null || x == "") {
alert("M-Poll Title must be filled out");
return false;
}
}
</script>
{% endblock %}
{% block content %}
<style>
... |
RECURSOS/DOC_YPS/class-CI_DB_mysqli_driver.html | QInfoDev/YPS | <!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="ApiGen 2.8.0" />
<title>Class CI_DB_mysqli_driver | Yerpa Pro Salud</title>
<script type="text/javascript" src="resources/combined.js?511837083"></script>
<script type="text/javascr... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.