path
stringlengths
5
312
repo_name
stringlengths
5
116
content
stringlengths
2
1.04M
Courses/Software Technologies/AngularJS/live-demos/MusicArtists-live-demo/app/artist-details-page/artist-details.html
todorm85/TelerikAcademy
<div class="jumbotron" ng-controller="ArtistDetailsController"> <div class="row"> <div class="col-md-6"> <h1>{{vm.artist.name}}</h1> <p> <strong>Created: {{vm.artist.created}}</strong> </p> <p> <strong>More information:</strong> <button ng...
src/styles/modal.css
hihuz/meny
.modal-content { padding: 2rem 1rem; } .modal-close { position: absolute; right: 2rem; top: 1rem; } .modal-actions { text-align: center; } .modal-button { margin: 0 1rem; width: 14rem; }
_layouts/post.html
samturrell/samturrell.github.io
--- layout: default --- {% assign minutes = content | strip_html | number_of_words | divided_by: 180 %} {% if minutes == 0 %} {% assign minutes = 1 %} {% endif %} <div class="post-header mb2"> <h1>{{ page.title }}</h1> <span class="post-meta">{{ page.date | date: site.date_format }}</span><br> {% if page.update...
public/css/main.css
jrdbnntt/hackduke-brickit
/** * Main stylesheet to be loaded every page */ /***************************************************************************** * Global tag config */ html, body { width: 100%; height: 100%; font-family: 'Helvetica' sans-serif; font-size: 20px; } /* CUSTOMIZE THE NAVBAR */ .navbar-default { background-colo...
public/index.html
Rooiean/study
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <link href="/images/favicon.ico" rel="shortcut icon" type="image/x-icon"> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEj...
templates/stanley/story.html
HackerLabs/HackerNews
{% include 'header.html' %} <!-- +++++ Post +++++ --> <div id="white"> <div class="container"> {% if story is defined %} {# dump(story) #} <div class="row"> <div class="col-lg-8 col-lg-offset-2"> <h4><a href="{{ story.story_url }}">{{ story.story_title }}</a> {% if story.d...
projectcounter/templates/404.html
benoitbar/projectcounter
{% extends "base.html" %} {% load i18n %} {% block main %} <div class="page-header"> <h1>{% trans "Page 404" %}</h1> </div> {% endblock main %}
new/libraries/common/Restler/versions/v3rc4/public/examples/_011_versioning/readme.html
lekster/md_new
<!DOCTYPE html> <html> <head> <title>Luracast Restler 3 Live Examples:- Versioning</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <link rel="stylesheet" type="text/css" href="../resources/bootstrap.min.css" /> <link rel="stylesheet" type="text/css" href="../resources/highlight.css...
src/index.html
vaanalvesr/superstore
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>SuperStore</title> <base href="/"> <meta name="title" content="Super Store"> <meta name="og:title" content="Super Store"> <meta name="description" content="Uma loja de games dos anos 90 desenvolvida com Angular e Bulma"> <meta name="og:...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.13.2/zfc/8.8.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>zfc: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.14.0/extructures/0.3.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>extructures: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min...
clean/Linux-x86_64-4.06.1-2.0.5/released/8.7.1+1/coquelicot/2.1.2.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>coquelicot: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min....
WebContent/component/dhtmlxSuite_v403_std/samples/dhtmlxDataView/03_loading/02_json.html
blale-zhang/codegen
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!--conf <sample> <product version="1.0" edition="std"/> <modifications> <modified date="080205"/> </modifications> <sampledescription><![CDATA[ ]]></sampledescription></sample> --> ...
portfolio/templates/portfolio/investment_new.html
macmohan26/EagleFinancialServices
{% extends 'portfolio/base.html' %} {% block content %} <h1>Add a New Investment</h1> <form method="POST" class="investment-form">{% csrf_token %} {{ form.as_p }} <button type="submit" class="save btn btn-default">Save</button> </form> {% endblock %}
html/123456159784.html
GoC-Spending/data-corporations
<!DOCTYPE html> <!--[if lt IE 9]><html class="no-js lt-ie9" lang="en" dir="ltr"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" dir="ltr"> <!--<![endif]--> <!-- Usage: /eic/site/ccc-rec.nsf/tpl-eng/template-1col.html?Open...
templates/productdb/product_group/detail-product_group.html
hoelsner/product-database
{% extends '_base/page-with_nav-single_row.html' %} {% load staticfiles %} {% load bootstrap3 %} {% block title %} Product Group details for {{ product_group.name }} {% endblock %} {% block page_content %} <div class="page-header"> <h1> {{ product_group.name }} <small> ...
contact.html
aelnahas/my-portfolio
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Ahmed ElNahas | Developer</title> <!-- first reset the style of the web --> <link rel="stylesheet" href="css/normalize.css"> <!-- Fonts from google , needs to go before custom main.css--> <link href...
index.html
TequilaJS/tequilajs.github.io
<!DOCTYPE html> <html> <head> <title>TequilaJS</title> </head> <body> <h1>TequilaJS</h1> </body> </html>
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/event/spi/PostLoadEventListener.html
HerrB92/obp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_34) on Wed Oct 23 13:33:34 EDT 2013 --> <TITLE> PostLoadEventListener (Hibernate JavaDocs) </TITLE> <META NAME="date" CONTENT="2013-10-23"> <LINK R...
documentation/admin/app/UsersController.html
bitcoupon/bitcoupon-on-rails
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>class UsersController - Rails Application Documentation</title> <link href="./fonts.css" rel="stylesheet"> <link href="./rdoc.css" rel="stylesheet"> <script type="text/javascript"> var rdoc_rel_prefix = "./"; </script> <script src="./js/jquery.js"></scr...
docs/mx/reportar-reclamo-gnp.html
iigkid/jekyll-mexpro
<!DOCTYPE html> <html lang="es" xml:lang="es"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="shortcut icon" href="https://iigkid.github.io/jekyll-mexpro-roxanna/images/favicon.ico"> <ti...
categories/legal/index.html
ritesh/ritesh.github.io
<!DOCTYPE html> <html lang="en" dir="auto"> <head><meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <meta name="robots" content="index, follow"> <title>legal | Ritesh&#39;s Ramblings</title> <meta name="k...
voynich/folios/f17r.html
AndreiRegiani/andreiregiani.github.io
fShody daram ydarchom opydy ypod chop otchy dody oldcKhy ydair Shoky okShy qodar cKhody dor otchol qodcThy ods chol or chy qodam okor chor okchom tcho* Shol qokol qor olaiin opydg som ypchy ypaim ychekchy cThy chor Shor cPhor cPhaldy dair cThey qody tSho qofcho qokcheor chekeg kSheo qokchy choldShy zepchy dsa o...
templates/bootstrap/structure/terms.html
JustyleR/smsCMS
{% extends "body.html" %} {% block content %} <div class="col-lg-9"> <div class="card card-outline-secondary my-4"> <div class="card-body"> <p> {% autoescape false %} {{ terms }} {% endautoescape %} </p> </div> </div> </div> {% endblock %}
clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/dev/goedel/8.12.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>goedel: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css"...
docs/api/SpiceSharp.Components.SwitchBehaviors.VoltageModelParameters.html
svenboulanger/SpiceSharp
<!DOCTYPE html> <!--[if IE]><![endif]--> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Class VoltageModelParameters </title> <meta name="viewport" content="width=device-width"> <meta name="title" content="Class VoltageModelParamet...
loggins/ui/templates/base.html
gwu-libraries/loggins
{% load url from future %} <!DOCTYPE html> <html lang='en'> <head> <meta charset='utf-8'> <meta name='viewport' content='width=device-width, initial-scale=1.0' /> <title>{{ title }}</title> {% block javascript %} <script type='text/javascript' src='https://ajax.googleapis...
clean/Linux-x86_64-4.09.0-2.0.5/released/8.9.1/coinductive-reals/8.8.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>coinductive-reals: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap....
docs/build/html/_modules/twilio/rest/sync/v1/service.html
twilio/twilio-python
<!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><!--Google Tag Manager--><script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getEle...
clean/Linux-x86_64-4.05.0-2.0.6/released/8.7.2/coinductive-reals/8.8.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>coinductive-reals: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap....
docs/test-specs/styles/index.src.html
szarouski/Source
<div class="source_info"> <% include includes/all-tags.html %> </div> <div class="source_warn"> <% include includes/all-tags.html %> </div> <div class="source_doc"> <% include includes/all-tags.html %> </div> <div class="source_note"> <% include includes/all-tags.html %> </div> <p><a class="source_...
category/perl/index.html
cyberflow/cyberflow.github.com
<!DOCTYPE html> <html lang="ru" > <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"> <link rel="shortcut icon" href="/static/img/favicon.ico" /> <title>Category: p...
result/M.1419165898.A.44B.html
iultimatez/PTTScraper
<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width"> <title>[問卦] 公義廟宇 (楓康篇 - 普渡) - 看板 Gossiping - 批踢踢實業坊</title> <meta name="robots" content="all"> <meta name="keywords" content="Ptt BBS 批踢踢"> <meta name="description" content=" 簡單來說就是大家都會去廟裡面辦普渡。 普渡的貢品是和廟宇買的。 "...
index.html
blueark/BarcodeCompare
<!DOCTYPE html> <html> <head lang="en"> <meta charset="utf-8"> <title>Barcode Comparison</title> <link rel="stylesheet" type="text/css" href="styles.css"> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="script.js"></script> </head> <body> <h1>Compar...
themes/genius/Genius 2.3.1 Bootstrap 4/AJAX_Full_Project/views/pages/login.html
davidchristie/kaenga-housing-calculator
<!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, shrink-to-fit=no"> <meta name="description" content="Genius Bootstrap 4 Admin Template"> <meta name="author" cont...
Kinetics/imageVSpiral.html
WorldViews/Spirals
<html> <head> <title>Playing with trails of images</title> <style> body { margin: 0; } canvas { width: 100%; height: 100% } </style> </head> <body> <script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script> <script src="js/three.js"></script> <script src="js/control...
static/templates/account/settings.html
HideMode/ShanBay
<div id="content"> <div class="container"> <div class="setting-left col-sm-2"> <nav class="menu"> <h3 class="menu-heading">个人设置</h3> <a ui-sref="settings.word" ui-sref-active="selected" id="menu-word" class="menu-item">单词设置</a> <a ui-sref="settings.avatar" ui-sref-active="selected" i...
markup/pages/cart.html
mik639/shopgadgets
<!doctype html> <!--[if IE 7]> <html class="ie7 lt-ie10 lt-ie9 lt-ie8 no-js" lang="ru"><![endif]--> <!--[if IE 8]> <html class="ie8 lt-ie10 lt-ie9 no-js" lang="ru"><![endif]--> <!--[if IE 9 ]> <html class="ie9 lt-ie10 no-js" lang="ru"><![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html class="no-js" lang="ru"><!--<![endi...
doc/java/jdk7/org/omg/CORBA/class-use/NameValuePair.html
fbiville/annotation-processing-ftw
<!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.6.0_18) on Thu Dec 18 17:18:42 PST 2014 --> <title>Uses of Class org.omg.CORBA.NameValuePair (Java Platform SE 7 )</title> <meta name="date...
assets/styles.css
meli6570/mysite
.ul { background-color: black; } body { background: url(http://allswalls.com/images/stone-rock-abstract-wallpaper-1.jpg) no-repeat center center fixed; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding-top: 70px; } #logo { disp...
LeapSDK/docs/csharp/unity/Unity.RigidFinger.html
joelbandi/Be-ethoven
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>RigidFinger (Physics) &mdash; Leap Motion C# SDK v2.3 documentation</title> <link rel="stylesheet" href="../../cpp/_static/bootst...
Source/Applications/openHistorian/openHistorian/Grafana/public/emails/invited_to_org.html
GridProtectionAlliance/openHistorian
<!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" /> <meta name="viewport" content="width=device-width" /> <style>body { width: 100% !impo...
Others/Front End Demo/Initial Source Code/index.html
ovishesh/MSA-2015-16
<!DOCTYPE html> <html> <head> <title>Students</title> <meta charset="utf-8" /> <link rel="stylesheet" href="css/bootstrap.min.css" /> <link rel="stylesheet" href="css/style.css"/> <script src="scripts/jquery-1.10.2.min.js"></script> <script src="scripts/bootstrap.min.js"></script> </head> <bod...
app/partials/email.html
jrdelmar/mymeanproject
<div ng-controller="emailController" > <div ng-show="success" class="alert alert-success" role="success"><strong>Well Done!</strong> {{ message }}</div> <div ng-show="error" class="alert alert-danger" role="alert"><strong>Sorry, Error here!</strong> {{ message }}</div> <div ng-show="contact" class="alert a...
src/client/app/shared/startatalk/components/actionbar/actionbar.component.tns.css
trutoo/startatalk-native
/** * Intentionally blank. * Ignore or build out a view and insert <sd-actionbar></sd-actionbar> in a {N} view to use. * A file must at least exist since ActionBarComponent is declared in the SampleModule **/
jpo.html
KenzaDjeriri/kenzadjeriri.github.io
<!doctype html> <html lang="fr"> <head> <meta charset="utf-8"> <title>Kenza Djeriri | MAKE (portes ouvertes)</title> <link rel="icon" type="image/png" href="img/favicon.png" /> <link rel="stylesheet" href="style/style2.css"> </head> <body> <div id="conteneur"> <!-- ////////////////////// HEADER NAV ...
diagrammer/reference/get_graph_series_info.html
WeAreVisualizers/wearevisualizers.github.io
<!-- Generated by pkgdown: do not edit by hand --> <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Get information on a graph series — get_graph_series_info • DiagrammeR</title> ...
data science/machine_learning_for_the_web/chapter_4/movie/18613.html
xianjunzhengbackup/code
<HTML><HEAD> <TITLE>Review for Ideal Husband, An (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?0122541">Ideal Husband, An (1999)</A></H1><H3 ALIGN=CENTER>reviewed by<BR><A HREF="/ReviewsBy?Ste...
_site/how-to-integrate-hookah-laravel/index.html
santosh-neupane/blog.yipl.com.np
<!doctype html> <!--[if lt IE 7]><html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]--> <!--[if (IE 7)&!(IEMobile)]><html class="no-js lt-ie9 lt-ie8" lang="en"><![endif]--> <!--[if (IE 8)&!(IEMobile)]><html class="no-js lt-ie9" lang="en"><![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en"><!--<!...
index.html
chase-s/spni.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" xmlns:og="http://ogp.me/ns#" xmlns:fb="http://www.facebook.com/2008/fbml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <head> ...
doc/parking/api/business/helper/package-frame.html
SKNZ/LesPatternsDuSwag
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!-- NewPage --> <html lang="fr"> <head> <!-- Generated by javadoc (1.8.0_25) on Sun Jan 18 23:57:13 CET 2015 --> <title>parking.api.business.helper</title> <meta name="date" content="2015-01-18"> <lin...
client/spell_list/spell_list.css
sidan93/DnDMaster
.selected { font-weight: bold; } .table_title { font-weight: bold; } .spell_content { display: inline-block; width: 1300px; } /******** Навигация ***/ .spell_nav { display: block; width: 250px; float: left; } .spell_nav .nav_spell { cursor: pointer; margin-left: 10px; } /******** Конец навигации ***/ .sp...
2019/03/07/自然语言处理/index.html
sudoyang/sudoyang.github.io
<!DOCTYPE html> <html class="theme-next muse" lang="zh-Hans"> <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-Cont...
docs/v1.0.2/files/GIScene_Service_W3DS_0_4_1.js.html
GIScience/GIScene.js
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>GIScene\Service\W3DS_0_4_1.js - GIScene 3D WebGIS API.</title> <link rel="stylesheet" href="http://yui.yahooapis.com/3.9.1/build/cssgrids/cssgrids-min.css"> <link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css"> ...
web/cov/Acme_DemoBundle_Command.html
archanasahoo/Symfony1
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Code Coverage for D:\xampp\htdocs\Symfony1\src/Acme/DemoBundle/Command</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap-responsive...
res/styles.css
ST215/suitgrid
@import "//fonts.googleapis.com/css?family=Montserrat"; @import "//fonts.googleapis.com/css?family=Lobster')"; html { height: 100%; } body { margin: 0; padding: 0; width: auto; height: auto; min-height: 100%; font-family: "Montserrat",sans-serif; line-height: 1.42857; font-size: 17px; background...
course-cotrain-data/inlinks/non-course/http:^^www.cs.cornell.edu^Info^People^vivek^vivek.html
ML-SWAT/Web2KnowledgeBase
Vivekananda Chowdhary Kolla
html/phaser/index.html
zhoukekestar/notes
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>phaser</title> </head> <body> <div id="game-holder"></div> <button onclick="game.bird.animations.stop('fly')">Bird Stop</button> <button onclick="game.bird.animations.play('fly', 15, true)">Bird Fly</button> <button onclick="game....
interface/css/flexgrid.css
SunnyLi/CommentCorePlayer
@charset UTF-8; .flexigrid{font-family:Yahei,Simsun,simhei,Arial, Helvetica, sans-serif;font-size:12px;position:relative;border:1 solid #ccc;color:#000} .flexigrid.hideBody{height:26px!important;border-bottom:1px solid #ccc} .ie6fullwidthbug{border-right:0 solid #ccc;padding-right:2px} .flexigrid div.nDiv{background:#e...
pages/secondProblem.html
VasilStoyanov/Web-Design-Course-Project
<!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link href="../styles/secondProblem-styles.css" rel="stylesheet" /> <title>JavaScript - The next big thing</title> <meta charset="utf-8"> <script src="../scripts/magic.js"></script> </head> <body> <header> <img id="javascript-logo" src="../imag...
ajax/libs/semantic-ui/1.7.2/components/feed.css
yogeshsaroya/new-cdnjs
version https://git-lfs.github.com/spec/v1 oid sha256:3d79da9d9c902d296f0e3431d731b3fdfeca24c38ddbe71b9fadcb4d79d26b1f size 5120
tests/demo/mike-on-a-bike.com/100-days-on-the-road/index.html
mihaeu/tarantula
<!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.0" /> <meta name="description" content="Mike left his home in Germany in 2012 and cycled through more than 20 countrie...
utils/pmd-bin-5.2.2/docs/pmd-plsql/apidocs/net/sourceforge/pmd/lang/plsql/rule/codesize/class-use/ExcessivePackageSpecificationLengthRule.html
byronka/xenos
<!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_65) on Wed Dec 03 20:21:22 CET 2014 --> <meta http-equiv="Content-Type" content="text/html" charset="UTF-8"> <title>Uses of Class net.s...
_includes/staff-member.html
jantede/concept-page
<a target="_blank" href="https://twitter.com/{{ include.member.twitter_handle }}"> <div class="square-image"><img src="{% include relative-src.html src=include.member.image_path %}" alt="{{ include.member.name }}"/></div> <div class="details"> <div class="name">{{ include.member.name }}</div> <div class="position...
web-app/form.html
kentbutler/grails-ember-cooks
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Layout Form without Tables</title> <style type="text/css"> .formLayout { background-color: #f3f3f3; border: solid 1px #a1a1a1; padding: 10px; width: 300px; } .formLayout label, .formLayout input { ...
clean/Linux-x86_64-4.09.0-2.0.5/extra-dev/8.11.dev/ramsey/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>ramsey: Not compatible</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" re...
clean/Linux-x86_64-4.08.1-2.0.5/extra-dev/8.10.0/cours-de-coq/8.8.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>cours-de-coq: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.mi...
clean/Linux-x86_64-4.07.1-2.0.6/released/8.9.0/coinductive-reals/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>coinductive-reals: Not compatible 👼</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstr...
_pages/home.html
gdavila/gdavila.github.io
--- title: "Tech & Software" layout: splash permalink: / header: overlay_color: "#000" overlay_filter: "0.5" overlay_image: /assets/images/background.jpg caption: "Photo credit: [**vldts**](https://flic.kr/p/omaQ4C)" excerpt: 'Just a personal tech blog<br /><br /><br /><br /> My open source projects: {::nomark...
index.html
Althox/MyPersonalWeb
<!DOCTYPE HTML> <html lang="en"> <head> <title></title> <!-- METAS --> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- JQuery --> <script src="//code.jquery.com/jquery-1.11.2.min.js"></script> <script...
clean/Linux-x86_64-4.01.0-1.2.0/stable/dev/iterable/1.0.0/index.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
app/content/texts/grc_sblgnt/C29.html
khangpng/VietnameseBible
<!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> <title>ΚΟΡΙΝΘΙΟΥΣ Β΄ 9 (SBLGNT)</title> <link href="../../../build/mobile.css" rel="stylesheet" /> <script src="../../../build/mobile.js"></script> </head> <body dir="ltr" cl...
user_guide/installation/upgrading.html
MarinaWagih/ci-future_jobs
<!DOCTYPE html> <!--[if IE 8]><html class="no-js lt-ie9" lang="ar1" > <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Upgrading From a Previous Version &mdash; Code...
create/index.html
JacobHuschilt/mlh-project
<!doctype html> <html class="no-js" lang=""> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <title>QShare - Create Ride</title> <meta name="description" content=""> <meta name="viewport" content="width=device-width, initial-scale=1"> ...
templates/oldindex.html
mgrosen/Ticketer
<!doctype html> <html class="no-js" lang="en" dir="ltr"> <head> <meta charset="utf-8"> <meta http-equiv="x-ua-compatible" content="ie=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Foundation for Sites</title> <link rel="stylesheet" href="../static/css/foundat...
site_ctf/templates/staff/view_challs.html
Crypt0-M3lon/k6
{% extends "base.html" %} {% block nav-admin %}active{% endblock %} {% block title %}Liste des épreuves{% endblock %} {% block content %} <h3>Liste des épreuves :</h3> <div class="table-responsive"> <table id="table" class="table table-striped tablesorter"> <thead> <tr> <th>#</th> <th>Nom...
quizard/templates/quizard/assignment.html
E7ernal/quizwhiz
{% extends 'quizard/base.html' %} {% load i18n %} {% block content %} <div class="row"> <h1>{{ assignment.code }} - {{ assignment.name }}</h1> <h2>{{ assignment.num_questions }} questions ({{ assignment.total_points }} points)</h2> {{ assignment.description | safe }} </div> {% if score %} <div cl...
public/css/index.css
patrickjennings/plasma-web-server
tr:nth-child(even) { background: #EEE; } .current { background: #CD5 !important; } #album_art { float: left; height: 100px; margin-right: 5px; } #music_controls { height: 110px; } #music_content { position: fixed; overflow-y: scroll; height: 84%; width: 99%; } #music_table {...
app/viewBlogs/viewBlogs.html
BrandonStookey/MVP
<div class ="mainDiv"> <div class ="blogDiv"> <div ng-repeat = "user in userNames"> <h3> {{ user.username }} </h3> </div> <li ng-repeat="newBlog in blogs" > <h3> {{ newBlog.title }} </h3> <p> {{ newBlog.text }} </p> </li> <div ng-repeat = "img in image"> ...
css/style.css
nasrulhazim/training-php-mysql-intim-app
body { background: #ccc; } .form-signin { max-width: 280px; margin: 60px auto 10px; } .form-signin .checkbox { font-weight: normal; } .form-signin .form-control { position: relative; font-size: 16px; height: auto; padding: 10px; } .form-signin input[type="text"] { margin-bottom: -1px; border-t...
web/css/b9ccb8c.css
pacordovad/project3
/* * Table */ table.dataTable { margin: 0 auto; clear: both; width: 100%; } table.dataTable thead th { padding: 3px 18px 3px 10px; border-bottom: 1px solid black; font-weight: bold; cursor: pointer; *cursor: hand; } table.dataTable tfoot th { padding: 3px 18px 3px 10px; border-top: 1px solid black; font...
public/sv/taggar/index.html
cszongyang/myzone
<!DOCTYPE html> <!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]--> <!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]--> <!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]--> <!--[if gt IE 8]><!--> <html class="no-js"> <!--<![endif]--> <head> <meta http-equiv="content-type" content="t...
_includes/components/follow.html
bradjerkson/betanarratives
<ul class="follow-us{% if include.classes %} {{ include.classes }}{% endif %}"> {% for social in site.data.social %} {% if social.url %} <li class="follow-us--item {% if social.classes %} {{ social.classes }}{% endif %}"> <a class="follow-us--item-link" href="{{ social.url }}"{% unless social.onsite...
_site/july2016/1.html
alienmouth/alienmouth.github.io
<!DOCTYPE html> <html> <!DOCTYPE html> <head> <link href="../css/lightbox.css" rel="stylesheet"> <script src="../css/lightbox.js"></script> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta property="og:...
v5/user-agent-detail/46/b0/46b0fa93-acba-4651-9b87-3c6ec7ba674d.html
ThaDafinser/UserAgentParserComparison
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>User agent detail - Mozilla/4.0 (compatible; MSIE 7.0; Windows Phone OS 7.0; Trident/3.1; IEMobile/7.0)</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.97.3/css/materializ...
contact/index.html
sayanee/sayanee.github.com
<!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"> <title>Sayanee | Engineer Writer Speaker</title> <meta name="description" content="Currently designing tiny gadget...
extension/skin/style.css
LordJZ/VimFx
/* * Copyright Simon Lydell 2015. * * This file is part of VimFx. * * VimFx is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. * ...
examples/example4.html
iphong/MultiCoreJS
<html> <head> <title>MultiCoreJS</title> <script src="../multicore2.js"></script> <style> </style> </head> <body> <script> var get = MultiCore.exec(function( path ) { var req = new XMLHttpRequest; req.open( 'GET', path, false ); req.send(); return req.responseText; }); get('mult...
apps/client/src/app/pages/lists/merge-lists-popup/merge-lists-popup.component.html
Supamiu/ffxiv-teamcraft
<nz-alert [nzMessage]="'LISTS.Merge_lists_warning' | translate" nzShowIcon nzType="info"></nz-alert> <div *ngIf="lists$ | async as lists"> <h3>{{'LISTS.Your_lists' | translate}}</h3> <ng-container *ngTemplateOutlet="listsDisplay; context: {$implicit: lists}"></ng-container> </div> <div *ngFor="let workshopDisplay...
TAIHAO2019/pub/SmallGame/AsFastAsYouCan2/c9f593afc0ef74a1267ed9e5a3ce60cd58fff3abafddef60821af036ca357f75.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="./1fd67f2d58a7c9249e69ccdf52198a4f254a3131273cc5ef4841900be4ba0f61.html">Teleport</a> <hr> ...
_scraping/_node/102.html
esclapes/esclapes.github.com
<!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" xml:lang="es" lang="es" dir="ltr"> <!-- Mirrored from esclap.es/node/102 by HTTrack Website Copier/3.x [XR&CO'2010], Wed, 04 Jun 2014 07:45:07 GMT --> <!-- Added by H...
app/quotes/damithch141.html
Hackafe/lp-intro
<p align="left">Refactoring provides enough energy to a system for it to relax into a new and more comfortable state, a new local minimum. <br> -- <cite>Kevlin Henney</cite>, <i>"The Imperial Clothing Crisis" (2002) </i><em>[<a target="_blank" href="http://www.jbox.dk/quotations.htm"> source</a>]</em></p>
client/css/common-create.css
angelwong/giftedfromus
body { background-image:url("../images/create_bg.jpg"); background-size: cover; } @media (min-width: 1200px) { .container { width: 960px; } } .create-row{ margin-top: 60px; } .create-header{ margin-top: 80px; } .form-box{ padding: 30px; background: rgba(255, 255, 255, 0.75); border-radius:6px; } .bt...
OpenBeaconPackage/libraries/hibernate-release-4.2.7.SP1/documentation/javadocs/org/hibernate/metamodel/source/internal/class-use/MetadataBuilderImpl.html
HerrB92/obp
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!--NewPage--> <HTML> <HEAD> <!-- Generated by javadoc (build 1.6.0_34) on Wed Oct 23 13:33:58 EDT 2013 --> <TITLE> Uses of Class org.hibernate.metamodel.source.internal.MetadataBuilderImpl (Hibernate JavaDocs) </TITL...
clean/Linux-x86_64-4.02.1-1.2.0/unstable/8.4.5/concurrency:proxy/dev/2014-11-21_02-59-52.html
coq-bench/coq-bench.github.io-old
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Coq bench</title> <link rel="shortcut icon" type="image/png" href="../../../../../favicon.png" /> <link href="../../../../../bootstrap.min.css" rel="stylesheet...
index.html
teddy-ma/technology-radar
<html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge;chrome=1"> <title> radar </title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="https://cdn.rawgit.com/mblode/marx/master/css/marx.min.css" /> </head> <body>...
demos/RecordRTC-and-RTCMultiConnection.html
Reptoh/RTCMultiConnection
<!-- > Muaz Khan - github.com/muaz-khan > MIT License - www.webrtc-experiment.com/licence > Documentation - www.RTCMultiConnection.org --> <!DOCTYPE html> <html lang="en"> <head> <title>RecordRTC & RTCMultiConnection ® Muaz Khan</title> <meta http-equiv="Content-Type" content="text/html; cha...
template/sites/email.html
MRH4287/HpClass
#!!NAME=E-Mail Nachrichten #!!AUTOR=MRH [!=Main!] #/ Hier werden alle Variablen definiert, die für alle E-Mails gleich sind # #/ Die Emailadresse, von der angezeigt wird, dass die E-Mail kommt # #V:mailcomefrom : @echo("admin@", HTTP_HOST)# [!/Main!] [!=Register-Mailagree!] #/ Variablen für d...
index.html
dash-stack/dash-stack-site
<!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"> <meta name="description" content=""> <meta name="author" content=""> <title>Palamar - Next generation CCP o...
page10/index.html
hzambran/hzambran.github.io
<!DOCTYPE html> <html> <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>Mauricio Zambrano-Bigiarini</title> <meta name="description" content="A web site about my research interests, projects and ...