forked from rethread-studio/CodeProfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCodeProfiles.html
More file actions
27 lines (27 loc) · 914 Bytes
/
CodeProfiles.html
File metadata and controls
27 lines (27 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!-- saved from url=(0077)http://artport.whitney.org/commissions/codedoc/Paley/CodeProfiles_800x600.htm -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252" />
<title>
Code Profiles --- W. Bradford Paley
</title>
</head>
<body bgcolor="000000">
<applet
codebase="."
code="com.didi.codeProfiles.CodeProfiles.class"
archive="target/CodeProfiles-1.0-SNAPSHOT.jar"
width="1000"
height="800"
>
<param
name="fileName"
value="src/main/java/com/didi/codeProfiles/CodeProfiles.java"
/>
</applet>
</body>
</html>